Skip to content

Instantly share code, notes, and snippets.

@rberrelleza
Last active December 17, 2015 03:29
Show Gist options
  • Save rberrelleza/5543625 to your computer and use it in GitHub Desktop.
Save rberrelleza/5543625 to your computer and use it in GitHub Desktop.
Disable strict host checking
echo -e "Host *\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment