Anthony Fox wrote: > > Andrew Dixon <[EMAIL PROTECTED]> writes: > > > [EMAIL PROTECTED]:~$ ssh -l andrew.dixon stiq > > ssh_exchange_identification: Connection closed by remote host > > Perhaps the versions of ssh are incompatible. Post the output of > > ssh -v -l andrew.dixon stiq
here it is: [EMAIL PROTECTED]:~$ ssh -v -l andrew.dixon stiq OpenSSH_2.5.2p2, SSH protocols 1.5/2.0, OpenSSL 0x0090601f debug1: Seeding random number generator debug1: Rhosts Authentication disabled, originating port will not be trusted. debug1: ssh_connect: getuid 1000 geteuid 1000 anon 1 debug1: Connecting to stiq [172.16.1.151] port 22. debug1: Connection established. debug1: identity file /home/dixon/.ssh/identity type 0 debug1: unknown identity file /home/dixon/.ssh/id_rsa debug1: identity file /home/dixon/.ssh/id_rsa type -1 debug1: unknown identity file /home/dixon/.ssh/id_dsa debug1: identity file /home/dixon/.ssh/id_dsa type -1 ssh_exchange_identification: Connection closed by remote host debug1: Calling cleanup 0x8060a1c(0x0) [EMAIL PROTECTED]:~$ > > > I CAN log into the PPC Deb box from the redhat server and I also CAN > > log into my Debian box from the server. > > How can you log in if you can't ssh into it? Telnet? > No, I CAN log in via ssh to the server (northbridge). The other box (stiq) is a development box. I can also ssh into northbridge then ssh into stiq. like I said, it's strange. Andy