Skip to content

Instantly share code, notes, and snippets.

@ikurni
Last active May 17, 2020 06:35
Show Gist options
  • Save ikurni/3630551df7e99e11a1addf46203d5ad8 to your computer and use it in GitHub Desktop.
Save ikurni/3630551df7e99e11a1addf46203d5ad8 to your computer and use it in GitHub Desktop.
SSH config file to ignore known hosts registration
### Put this config on /root/.ssh/config (if ssh as root) ###
UserKnownHostsFile=/dev/null
StrictHostKeyChecking=no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment