claudyus / LXC-Web-Panel

LXC Web Panel improved for lxc 1.0+
http://claudyus.github.io/LXC-Web-Panel/
Other
221 stars 68 forks source link

Password for guest OS #39

Closed wmariuss closed 9 years ago

wmariuss commented 9 years ago

I'm trying to access the container, which has debian installed. What is the password for that? Also what are the passwords for others guest OS? I use root/root, but not working.

claudyus commented 9 years ago

This appear to be an issues related to lxc-templates debian package, you can try to debug /usr/share/lxc/templates/lxc-debian or use lxc-attach -n <name> to inspect the container itself.

Inside /usr/share/lxc/templates/ you can found the scripts that are used by lxc-create, googling around you can found the password for any "guest" OS.

wmariuss commented 9 years ago

Sorry, you right. An template issue. Anyway I fixed.