Skip to content

Instantly share code, notes, and snippets.

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 FrankDeGroot/b3af3102f46b73c43160583f07902e81 to your computer and use it in GitHub Desktop.
Save FrankDeGroot/b3af3102f46b73c43160583f07902e81 to your computer and use it in GitHub Desktop.
SSH Config without host warnings
Host *
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
LogLevel ERROR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment