I was able to solve it...

apparently some changes had to be made in /etc/inittab.

Thanks

On 8/6/08, Shehla Saleem <[EMAIL PROTECTED]> wrote:
> Hi,
>
>  I have uml running on my host which has linux 2.6.23.13 on a ubuntu machine.
>
>  My host has both eth0 and tap0 configured with the same address of
>  130.126.something. I run uml and do ifconfig for eth0 (in uml) to
>  another 130.126.something IP that I have. I add the tap0 address of
>  the host as the default gw in the uml routing table.
>
>  After all this, my host and other machines on the network can ssh and
>  ping the uml. But the uml can only ping other machines. When I try to
>  ssh from uml to host or any other machine, I get:
>
>  bash-2.05# ssh -vvv 130.126.141.70
>  OpenSSH_3.1p1, SSH protocols 1.5/2.0, OpenSSL 0x0090602f
>  debug1: Reading configuration data /etc/ssh/ssh_config
>  debug1: Applying options for *
>  debug1: Rhosts Authentication disabled, originating port will not be trusted.
>  debug1: restore_uid
>  debug1: ssh_connect: getuid 0 geteuid 0 anon 1
>  debug1: Connecting to 130.126.141.70 [130.126.141.70] port 22.
>  debug1: temporarily_use_uid: 0/0 (e=0)
>  debug1: restore_uid
>  debug1: temporarily_use_uid: 0/0 (e=0)
>  debug1: restore_uid
>  debug1: Connection established.
>  debug1: read PEM private key done: type DSA
>  debug1: read PEM private key done: type RSA
>  debug1: identity file /root/.ssh/id_rsa type -1
>  debug1: identity file /root/.ssh/id_dsa type -1
>  debug1: Remote protocol version 2.0, remote software version
>  OpenSSH_4.7p1 Debian-8ubuntu1.2
>  debug1: match: OpenSSH_4.7p1 Debian-8ubuntu1.2 pat OpenSSH*
>  Enabling compatibility mode for protocol 2.0
>  debug1: Local version string SSH-2.0-OpenSSH_3.1p1
>  debug1: SSH2_MSG_KEXINIT sent
>  debug1: SSH2_MSG_KEXINIT received
>  debug2: kex_parse_kexinit:
>  diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1
>  debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
>  debug2: kex_parse_kexinit:
>  aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc
>  debug2: kex_parse_kexinit:
>  aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc
>  debug2: kex_parse_kexinit:
>  hmac-md5,hmac-sha1,hmac-ripemd160,[EMAIL PROTECTED],hmac-sha1-96,hmac-md5-96
>  debug2: kex_parse_kexinit:
>  hmac-md5,hmac-sha1,hmac-ripemd160,[EMAIL PROTECTED],hmac-sha1-96,hmac-md5-96
>  debug2: kex_parse_kexinit: none
>  debug2: kex_parse_kexinit: none
>  debug2: kex_parse_kexinit:
>  debug2: kex_parse_kexinit:
>  debug2: kex_parse_kexinit: first_kex_follows 0
>  debug2: kex_parse_kexinit: reserved 0
>  debug2: kex_parse_kexinit:
>  
> diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
>  debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
>  debug2: kex_parse_kexinit:
>  
> aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,[EMAIL
>  PROTECTED],aes128-ctr,aes192-ctr,aes256-ctr
>  debug2: kex_parse_kexinit:
>  
> aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,[EMAIL
>  PROTECTED],aes128-ctr,aes192-ctr,aes256-ctr
>  debug2: kex_parse_kexinit:
>  hmac-md5,hmac-sha1,[EMAIL PROTECTED],hmac-ripemd160,[EMAIL 
> PROTECTED],hmac-sha1-96,hmac-md5-96
>  debug2: kex_parse_kexinit:
>  hmac-md5,hmac-sha1,[EMAIL PROTECTED],hmac-ripemd160,[EMAIL 
> PROTECTED],hmac-sha1-96,hmac-md5-96
>  debug2: kex_parse_kexinit: none,[EMAIL PROTECTED]
>  debug2: kex_parse_kexinit: none,[EMAIL PROTECTED]
>  debug2: kex_parse_kexinit:
>  debug2: kex_parse_kexinit:
>  debug2: kex_parse_kexinit: first_kex_follows 0
>  debug2: kex_parse_kexinit: reserved 0
>  debug2: mac_init: found hmac-md5
>  debug1: kex: server->client aes128-cbc hmac-md5 none
>  debug2: mac_init: found hmac-md5
>  debug1: kex: client->server aes128-cbc hmac-md5 none
>  debug1: SSH2_MSG_KEX_DH_GEX_REQUEST sent
>  debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
>  debug1: dh_gen_key: priv key bits set: 138/256
>  debug1: bits set: 1041/2048
>  debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
>  debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
>  debug3: check_host_in_hostfile: filename /root/.ssh/known_hosts
>  debug3: check_host_in_hostfile: filename /etc/ssh/ssh_known_hosts
>  Host key verification failed.
>  debug1: Calling cleanup 0x8063550(0x0)
>
>
>  Now the host has OpenSSH_4.7p1 and uml has OpenSSH_3.1p1.. could that
>  be the problem? Also I have tried to make changes to the
>  /etc/ssh_config for both host and uml, but it just doesnt work. Please
>  help... Any ideas? How is it that uml can ping other machines but not
>  ssh?
>
>  I looked through previous posts on this group but didnt find any
>  solution there as well. Please reply
>
>  Thanks
>

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to