From d3dd9bc752f23bcbbbec3e2eb99c6f6805ccfcbc Mon Sep 17 00:00:00 2001 From: Edvinas Aleksejonokas Date: Sun, 6 Sep 2015 17:43:51 +0300 Subject: [PATCH] Change ssh user to vagrant It seems that the default installation of ssh package prevents root access via ssh. Use vagrant user instead. --- arch-template.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch-template.json b/arch-template.json index 736f8fc..f7ca102 100644 --- a/arch-template.json +++ b/arch-template.json @@ -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" ], "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": [