mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
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.
9 lines
191 B
Text
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
|