Skip to content

Instantly share code, notes, and snippets.

@DanThomson
Last active November 13, 2015 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DanThomson/863cf262ac282c1bed3e to your computer and use it in GitHub Desktop.
Save DanThomson/863cf262ac282c1bed3e to your computer and use it in GitHub Desktop.
ssh config entry for vagrant
Host vagrant
Port 2222
Hostname 127.0.0.1
User vagrant
IdentityFile ~/.vagrant.d/insecure_private_key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment