Skip to content

Commit 2de917d

Browse files
author
Ryan Sandor Richards
committed
Use alpha-bastion-2 for ssh tunnling
1 parent ca7e76b commit 2de917d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

ssh/config

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,14 @@ Host beta*
1616
Host alpha-bastion
1717
HostName 54.193.117.212
1818

19+
Host alpha-bastion-2
20+
HostName 54.183.80.150
21+
1922
Host 10.0.*.*
2023
User ubuntu
2124
ForwardAgent yes
2225
StrictHostKeyChecking no
23-
ProxyCommand ssh -q ubuntu@alpha-bastion nc %h %p
26+
ProxyCommand ssh -q ubuntu@alpha-bastion-2 nc %h %p
2427
IdentityFile ~/.ssh/Test-runnable.pem
2528

2629
Host alpha-hipache

0 commit comments

Comments
 (0)