Skip to content

Instantly share code, notes, and snippets.

@elhoyos
Created June 19, 2015 16:28
Show Gist options
  • Save elhoyos/dc4ce4506f75ff896626 to your computer and use it in GitHub Desktop.
Save elhoyos/dc4ce4506f75ff896626 to your computer and use it in GitHub Desktop.
Disable ssh host key verification
ssh user@host -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment