Skip to content

Instantly share code, notes, and snippets.

@greeness
Created November 24, 2011 23:42
Show Gist options
  • Save greeness/1392524 to your computer and use it in GitHub Desktop.
Save greeness/1392524 to your computer and use it in GitHub Desktop.
avoid ssh known host prompt
ssh -o "StrictHostKeyChecking no" user@host
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment