We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7f96da commit 67eea0dCopy full SHA for 67eea0d
1 file changed
ssh/config
@@ -16,19 +16,19 @@ Host delta*
16
Host oregon-bastion
17
HostName 52.25.121.228
18
User ubuntu
19
- ForwardAgent yes
+ ForwardAgent yes
20
IdentityFile ~/.ssh/oregon.pem
21
-
+
22
Host migration-router
23
ProxyCommand ssh -q ubuntu@oregon-bastion nc 10.2.0.254 22
24
25
26
27
28
Host hubot
29
ProxyCommand ssh -q ubuntu@oregon-bastion nc 10.2.0.230 22
30
31
32
33
34
################################################################################
0 commit comments