Skip to content

Instantly share code, notes, and snippets.

@eekfonky
Created March 20, 2018 11:01
Show Gist options
  • Save eekfonky/3dbf4d86cfdad69b3030b4af91f03909 to your computer and use it in GitHub Desktop.
Save eekfonky/3dbf4d86cfdad69b3030b4af91f03909 to your computer and use it in GitHub Desktop.
Disable SSH Host Key Checking
ssh -o "UserKnownHostsFile=/dev/null" -o "StrictHostKeyChecking=no" user@host
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment