After successfully creating a KVM virtual karmic system, I can connect to it by ssh but the initial login does not recognize my initial password as specified in the cfg file by
Code:
[DEFAULT]
...
user=myusername
name=MyUserName
pass=password
...
By examining the output of
Code:
vmbuilder kvm ubuntu -o --debug -c ~/vm1.cfg > vm.debug 2>&1
I find where the password is set; it is the correct password. The login dialog in ssh responds with "Permission denied, please try again." Also happens with
Code:
ssh -l username 192.168.122.1
Rebuliding with no password specified defaults to 'ubuntu' but this does not work either.
Did I miss something?
Recent comments
15 hours 48 min ago
15 hours 53 min ago
20 hours 51 min ago
1 day 3 hours ago
1 day 4 hours ago
1 day 5 hours ago
1 day 9 hours ago
1 day 16 hours ago
1 day 20 hours ago
1 day 22 hours ago