Skip to content
Snippets Groups Projects
Commit 25b925fc authored by nimrod's avatar nimrod
Browse files

Don't disable SSH host key checking by default for any host.

If I want that behavior I would be explicit about it and use the `unssh`
alias instead.
parent 60bf1774
No related branches found
No related tags found
No related merge requests found
......@@ -21,8 +21,6 @@ Host 10.17.*.* *.dev.endlessm.com *.dev.endlessm-sf.com
ProxyCommand ssh vpn-router.uw1.endlessm.com -W %h:%p
Host 172.31.*.* 10.*.*.* *.endlessm-sf.com
UserKnownHostsFile /dev/null
StrictHostKeyChecking no
ProxyCommand ssh openvpn.endlessm.com -W %h:%p
Host 172.31.*.* 10.*.*.* *.endlessm.com *.endlessm-sf.com endlessm.com
......
# vim:ft=sshconfig
# Disable SSH host key checking for EC2 instances.
Host *.compute-1.amazonaws.com
UserKnownHostsFile /dev/null
StrictHostKeyChecking no
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment