Skip to content

Instantly share code, notes, and snippets.

@singingwolfboy
Created September 22, 2015 14:13
Show Gist options
  • Save singingwolfboy/f52d314afcedca640bff to your computer and use it in GitHub Desktop.
Save singingwolfboy/f52d314afcedca640bff to your computer and use it in GitHub Desktop.
Turn off host key checking for edX sandboxes
Host *.sandbox.edx.org sandbox
User singingwolfboy # NOTE: put in YOUR username here
IdentityFile ~/.ssh/github_rsa # NOTE: put in the path to YOUR private key file
StrictHostKeyChecking no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment