Update ssh-bastion.conf

This commit is contained in:
vgkowski 2017-05-12 15:33:39 +02:00 committed by GitHub
parent 8eb60f5624
commit a3bd1f08a0

View file

@ -16,6 +16,5 @@ Host {{ bastion_ip }}
ControlPersist 5m
Host {{ vars['hosts'] }}
ProxyCommand ssh -W %h:%p {{ real_user }}@{{ bastion_ip }}
StrictHostKeyChecking no
ProxyCommand ssh -W %h:%p -o StrictHostKeyChecking=no {{ real_user }}@{{ bastion_ip }}
{% endif %}