commit | 290d1194c949c6d18c81bad60665f3718a5fc06e | [log] [tgz] |
---|---|---|
author | Jakub Pavlik <pavlk.jakub@gmail.com> | Sat Dec 26 05:23:19 2015 +0100 |
committer | Jakub Pavlik <pavlk.jakub@gmail.com> | Sat Dec 26 05:23:19 2015 +0100 |
tree | bcb0e704cef09078905e47df0323cc37fa266ed9 | |
parent | daf8f9874db6451c60b7b91f28b7b06c21cfbced [diff] |
enable option for stricthostkeychecking
diff --git a/openssh/files/ssh_config b/openssh/files/ssh_config index b7d3229..d97254f 100644 --- a/openssh/files/ssh_config +++ b/openssh/files/ssh_config
@@ -12,3 +12,4 @@ {%- if network.proxy.host != 'none' and not network.proxy.get("pkg_only", true) %} ProxyCommand connect -H {{ network.proxy.host }}:{{ network.proxy.port }} %h %p {%- endif %} + {% if client.stricthostkeychecking is not defined %}{% else %}StrictHostKeyChecking no{% endif %}