Skip to content

Instantly share code, notes, and snippets.

@kylewu
Created May 9, 2012 02:14
Show Gist options
  • Save kylewu/2641244 to your computer and use it in GitHub Desktop.
Save kylewu/2641244 to your computer and use it in GitHub Desktop.
ssh config for vagrant
Host vagrant
ProxyCommand nc 127.0.0.1 2222
User vagrant
UserKnownHostsFile /dev/null
StrictHostKeyChecking no
PasswordAuthentication no
IdentityFile /Library/Ruby/Gems/1.8/gems/vagrant-1.0.0/keys/vagrant
IdentitiesOnly yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment