vagrant ssh-config
Host default
HostName 127.0.0.1
User ubuntu
Port 2222
UserKnownHostsFile /dev/null
StrictHostKeyChecking no
PasswordAuthentication no
IdentityFile /Users/gonzo/VM/ubuntu1604/.vagrant/machines/default/virtualbox/private_key
IdentitiesOnly yes
LogLevel FATAL
ssh [email protected] -p 2222 -i ~/VM/ubuntu1604/.vagrant/machines/default/virtualbox/private_key