[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ssh strangeness



Andrew Dixon <andrew.dixon@seranoa.com> writes:

> here it is:
> 
> dixon@rowling:~$ 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)
> dixon@rowling:~$ 
> 
> > 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.

So you can go rowling->northbridge and northbridge->stiq, but you
cannot go rowling->stiq directly?  Correct?

Could you post the output of

ssh -v andrew.dixon stiq 

from northbridge->stiq?

It sounds like there is a configuration issue between rowling and
stiq.  If you can compare the difference between the ssh configuration
of northbridge->stiq and rowling->stiq, you will probably find the
source of your problem.

-Anthony.



Reply to: