We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 075cf90 commit 680f44cCopy full SHA for 680f44c
1 file changed
ssh/config
@@ -329,6 +329,9 @@ Host delta-neo4j
329
Host delta-hipache
330
ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.0.135 22
331
332
+Host delta-userland
333
+ ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.0.244 22
334
+
335
Host delta-navi
336
ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.6.41 22
337
@@ -344,6 +347,9 @@ Host delta-mongo-b
344
347
345
348
346
349
350
+Host delta-web
351
+ ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.0.229 22
352
353
################################################################################
354
# other
355
0 commit comments