Skip to content

Instantly share code, notes, and snippets.

@magickatt
Created May 4, 2017 13:13
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 magickatt/bac1cf1a18e538edd35b4c571070cd89 to your computer and use it in GitHub Desktop.
Save magickatt/bac1cf1a18e538edd35b4c571070cd89 to your computer and use it in GitHub Desktop.
$ vagrant ssh-config
Host default
HostName 127.0.0.1
User deploy
Port 2222
UserKnownHostsFile /dev/null
StrictHostKeyChecking no
PasswordAuthentication no
IdentityFile /Users/akirkpatrick/Virtualization/SomeVagrantBox/private_key
IdentitiesOnly yes
LogLevel FATAL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment