Skip to content

Instantly share code, notes, and snippets.

@carlessanagustin
Created June 4, 2018 13:34
Show Gist options
  • Save carlessanagustin/fe3e8724623ee2ebf8f4122be93a11d1 to your computer and use it in GitHub Desktop.
Save carlessanagustin/fe3e8724623ee2ebf8f4122be93a11d1 to your computer and use it in GitHub Desktop.
SSH disable strict host Key checking - $HOME/.ssh/config
Host *
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment