mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
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:
parent
10476fbcdc
commit
3e2713cd95
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue