Skip to content

Instantly share code, notes, and snippets.

@chilicat
Created October 9, 2013 12:54
Show Gist options
  • Save chilicat/6900780 to your computer and use it in GitHub Desktop.
Save chilicat/6900780 to your computer and use it in GitHub Desktop.
Shortcut for ssh without adding host to known hosts and strict host key checking
#!/bin/sh
ssh -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