scottslowe-learning-tools/ssh-bastion/client-ssh-config
Scott Lowe f1f26d30c4 Update SSH bastion files
Add file for hosts entries on bastion host. Add SSH configuration file for client VM. Update Vagrantfile with new provisioning lines. Update README.md with final instructions.
2015-11-27 22:00:54 -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