Skip to content

Instantly share code, notes, and snippets.

@pblittle
Created March 22, 2012 17:45
Show Gist options
  • Save pblittle/2160787 to your computer and use it in GitHub Desktop.
Save pblittle/2160787 to your computer and use it in GitHub Desktop.
Vagrant ssh config to ssh/scp from host
Host vagrant
HostName localhost
User vagrant
Port 2210
UserKnownHostsFile /dev/null
StrictHostKeyChecking no
IdentityFile /Users/pblittle/.rvm/gems/ruby-1.9.2-p290@wilbur/gems/vagrant-0.9.7/keys/vagrant
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment