Created
March 22, 2012 17:45
-
-
Save pblittle/2160787 to your computer and use it in GitHub Desktop.
Vagrant ssh config to ssh/scp from host
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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