$ 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