Fix ssh.cfg.example

Fix ssh.cfg.example to correctly reference the custom SSH configuration in the ProxyCommand line

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
This commit is contained in:
Scott Lowe 2017-05-26 08:54:02 -06:00
parent 10476fbcdc
commit 3e2713cd95
No known key found for this signature in database
GPG key ID: 949F43F6E6C11780

View file

@ -9,4 +9,4 @@ Host bastion
Host 10.2.2.*
User centos
IdentityFile </path/to/SSH/keypair>
ProxyCommand ssh bastion -W %h:%p
ProxyCommand ssh -F </path/to/ssh.cfg> bastion -W %h:%p