scottslowe-learning-tools/ssh-bastion-ansible/config
Scott S. Lowe f0f6e92b19 Add Ansible-based SSH bastion host environment
Add files to show how to set up an SSH bastion host test environment using Ansible instead of the Vagrant file/shell provisioners.
2016-10-25 21:32:18 -06:00

8 lines
172 B
Text

Host bastion
Hostname 192.168.100.102
IdentityFile ~/.ssh/bastion_rsa
User vagrant
Host remote*
IdentityFile ~/.ssh/remote_rsa
ProxyCommand ssh bastion -W %h:%p