Change ssh user to vagrant

It seems that the default installation of ssh package
prevents root access via ssh. Use vagrant user instead.
This commit is contained in:
Edvinas Aleksejonokas 2015-09-06 17:43:51 +03:00 committed by Aaron Bull Schaefer
parent d2b248979a
commit d3dd9bc752

View file

@ -22,9 +22,9 @@
],
"disk_size": 20480,
"hard_drive_interface": "sata",
"ssh_username": "root",
"ssh_username": "vagrant",
"ssh_password": "vagrant",
"shutdown_command": "systemctl start poweroff.timer"
"shutdown_command": "sudo systemctl start poweroff.timer"
},
{
"type": "vmware-iso",
@ -40,9 +40,9 @@
"/usr/bin/bash ./install-vmware.sh<enter>"
],
"disk_size": 20480,
"ssh_username": "root",
"ssh_username": "vagrant",
"ssh_password": "vagrant",
"shutdown_command": "systemctl start poweroff.timer"
"shutdown_command": "sudo systemctl start poweroff.timer"
}
],
"post-processors": [