Rather than ssh-ing onto my Vagrant virtual machine with a \"vagrant\" user-name and password, I\'d like to use kevin/kevin.
I modified my Vagrantfile t
A bit of a hack, but you could add the line sudo su - kevin to your .bash_profile file and add kevin to the sudoers file with no password.
This will change the current user to kevin when logging in as the vagrant user from the command line.
The advantage of this approach is that NAT does not need to be enabled.