On Thu, Mar 29, 2001 at 11:58:30AM -0800, Peter Jay Salzman wrote:
> can anyone explain why this isn't working? i'm trying to ssh into
> pc10.cs.ucdavis.edu. here is output using the verbose switch. it looks
> like the remote host hangs up when it's supposed to give the server key.
>
> p@satan% ssh -v -l test pc10.cs.ucdavis.edu
> SSH Version OpenSSH_2.2.0p1, protocol versions 1.5/2.0.
> Compiled with SSL (0x0090581f).
> debug: Reading configuration data /etc/ssh/ssh_config
> debug: Applying options for *
> debug: Seeding random number generator
> debug: ssh_connect: getuid 1000 geteuid 0 anon 0
> debug: Connecting to pc10.cs.ucdavis.edu [169.237.5.41] port 22.
> debug: Allocated local port 1023.
> debug: Connection established.
> debug: Remote protocol version 1.99, remote software version 2.3.0 SSH
> Secure Shell (non-commercial)
> datafellows: 2.3.0 SSH Secure Shell (non-commercial)
> debug: Local version string SSH-1.5-OpenSSH_2.2.0p1
> debug: Waiting for server public key.
> Connection closed by 169.237.5.41
> debug: Calling cleanup 0x805cc8c(0x0)
>
> here it is without verbose debugging:
>
> # ssh -l test pc10.cs.ucdavis.edu
> Connection closed by 169.237.5.41
>
>
> pete
When I had problems like that, it was due to protocol
incompatibilities - did you try using the -1 or -2 options?
Micah