Problem: frequently the first command I type to my boxes is su -.
su -
Question: how do I make vagrant ssh use the root user by default?
vagrant ssh
Dont't forget root is allowed root to login before!!!
Place the config code below in /etc/ssh/sshd_config file.
/etc/ssh/sshd_config
PermitRootLogin yes