scottslowe-learning-tools/ssh/ssh-bastion/client-ssh-config
Scott Lowe 43ab5524a2
Reorganize repository contents
Move contents into new folder structure based on primary technology

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2017-02-23 16:12:37 -07:00

9 lines
191 B
Text

Host bastion
Hostname 192.168.60.161
IdentityFile ~/.ssh/bastion_rsa
User vagrant
ForwardAgent yes
Host private*
IdentityFile ~/.ssh/remote_rsa
ProxyCommand ssh bastion -W %h:%p