Skip to content
Snippets Groups Projects
Commit 1b9a6d7a authored by Brad Beam's avatar Brad Beam Committed by GitHub
Browse files

Merge pull request #1672 from manics/bastion-proxycommand-newline

Insert a newline in bastion ssh config after ProxyCommand conditional
parents f591c4db 7c2b12eb
No related branches found
No related tags found
No related merge requests found
......@@ -17,5 +17,6 @@ Host {{ bastion_ip }}
Host {{ vars['hosts'] }}
ProxyCommand ssh -W %h:%p {{ real_user }}@{{ bastion_ip }} {% if ansible_ssh_private_key_file is defined %}-i {{ ansible_ssh_private_key_file }}{% endif %}
StrictHostKeyChecking no
{% endif %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment