I believe the protocol version defaults differ, used to be 1,2 in config and 
is either 2,1 or 2 by default now (I compile my own so am not 100% sure of 
distribution defaults). You can probably force the version to either and get 
it to work.. another possibility is that you do not have the encryption 
method the same by default between the two boxes, although I would bet its 
the protocol version...

ssh -1 blah blah blah forces protocol version 1 from the client
ssh -2 blah blah blah forces protocol version 2 from the client

Also the suggestion to use -v is very good for debugging this kind of issue, 
as it will tell you whether the encryption doesnt match or its a version 
error or similar.

Jim


On Tue, 10 Jun 2003 21:50:27 +0200, funtom wrote
> Hi,
> 
> If you use "ssh -v hostname -l username", you have more output...
> or you can make "ssh -v localhost -l root" as loopback test.
> 
> regards,
> thomas
> ----- Original Message -----
> From: "Rich Lichvar" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, June 06, 2003 11:03 PM
> Subject: SSH Problem
> 
> > Got a new 9.0 installation on which SSH seems to be acting up. (Yes, the
> > service is started.) It seems we can reach it from Windows machines using,
> > for example, VanDyke's SecureFX and SecureCRT, but when we try to access
> it
> > from other Linux machines (RH 7.3 in our case) using SSH/SCP, the
> connection
> > is refused. Suggestions?
> >
> > Richard L. Lichvar
> > Director, Operations
> > Knowledge Resource Center, Inc.
> > Phone: 703-848-2100 x228
> > Fax: 703-848-4747
> > Mobile: 571-221-3430
> >
> >
> > --
> > redhat-list mailing list
> > unsubscribe mailto:[EMAIL PROTECTED]
> > https://www.redhat.com/mailman/listinfo/redhat-list
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]
> https://www.redhat.com/mailman/listinfo/redhat-list



--
EsisNet.com Webmail Client


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to