Update ssh-bastion.conf
This commit is contained in:
parent
8eb60f5624
commit
a3bd1f08a0
1 changed files with 1 additions and 2 deletions
|
@ -16,6 +16,5 @@ Host {{ bastion_ip }}
|
||||||
ControlPersist 5m
|
ControlPersist 5m
|
||||||
|
|
||||||
Host {{ vars['hosts'] }}
|
Host {{ vars['hosts'] }}
|
||||||
ProxyCommand ssh -W %h:%p {{ real_user }}@{{ bastion_ip }}
|
ProxyCommand ssh -W %h:%p -o StrictHostKeyChecking=no {{ real_user }}@{{ bastion_ip }}
|
||||||
StrictHostKeyChecking no
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue