Skip to content

Instantly share code, notes, and snippets.

@afriza
Created October 1, 2019 05:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save afriza/e13f687cb006e6693d6494646e661881 to your computer and use it in GitHub Desktop.
Save afriza/e13f687cb006e6693d6494646e661881 to your computer and use it in GitHub Desktop.
SSH config to disable strict host key checking
Host localhost 127.0.0.1
StrictHostKeyChecking no
UserKnownHostsFile=/dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment