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
14 hours 24 min ago
15 hours 24 min ago
19 hours 11 min ago
20 hours 25 min ago
1 day 1 min ago
1 day 7 hours ago
1 day 16 hours ago
1 day 17 hours ago
2 days 8 hours ago
2 days 11 hours ago