We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca7e76b + 2de917d commit a9714b8Copy full SHA for a9714b8
1 file changed
ssh/config
@@ -16,11 +16,14 @@ Host beta*
16
Host alpha-bastion
17
HostName 54.193.117.212
18
19
+Host alpha-bastion-2
20
+ HostName 54.183.80.150
21
+
22
Host 10.0.*.*
23
User ubuntu
24
ForwardAgent yes
25
StrictHostKeyChecking no
- ProxyCommand ssh -q ubuntu@alpha-bastion nc %h %p
26
+ ProxyCommand ssh -q ubuntu@alpha-bastion-2 nc %h %p
27
IdentityFile ~/.ssh/Test-runnable.pem
28
29
Host alpha-hipache
0 commit comments