Skip to content

Instantly share code, notes, and snippets.

@sshnaidm
Created July 1, 2014 10:14
Show Gist options
  • Save sshnaidm/117b236e775516b95526 to your computer and use it in GitHub Desktop.
Save sshnaidm/117b236e775516b95526 to your computer and use it in GitHub Desktop.
Ignore SSH known hosts
in /etc/ssh/ssh_config:
StrictHostKeyChecking no
UserKnownHostsFile=/dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment