|
|
|
|
|
|
|
|
|
|
xen-users
RE: [Xen-users] Cant ssh into domU
Can you login as a non-root user into DomU using ssh? If you can, then sshd is
running in DomU. Look in /etc/ssh/sshd_config (or similar) and search for
"PermitRootLogin". This parameter should be set to "yes". After editing the
sshd_config file, you need to restart the sshd service for this change to take
effect (`service sshd restart` or `/etc/init.d/sshd restart`, depending on your
distro).
Anoop
From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
[mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Madhuri Venkatesh
Sent: Wednesday, January 28, 2009 11:57 PM
To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Cant ssh into domU
hi,
I cant ssh into my domU from the Dom0 even if i type the correct password.
The ip of my domU is 192.168.2.100, and from my dom0 i type:
#ssh root@xxxxxxxxxxxxx
The authenticity of host '192.168.2.100 (192.168.2.100)' can't be established.
RSA key fingerprint is 25:91:2c:63:6d:fc:ba:28:b8:54:2c:14:b1:c5:e5:cf.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '192.168.2.100' (RSA) to the list of known hosts.
root@xxxxxxxxxxxxx's password:
Permission denied, please try again.
i know im typing the correct password,coz thats what i use to login.
i can ping the domU and i can ssh my dom0 from my domU but just not the other
way round....please help,
Thanks,
--
Madhuri Venkatesh
Fourth Year Undergraduate Student,Computer Science and
Engineering,RVCE,Bangalore.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|