[Bug 990] OpenSSH cannot connect to an IBM RSA (Remote Supervisor Adaptor) II
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Thu Mar 3 16:12:54 EST 2005
http://bugzilla.mindrot.org/show_bug.cgi?id=990
------- Additional Comments From dtucker at zip.com.au 2005-03-03 16:12 -------
(From update of attachment 840)
>debug2: channel 0: open confirm rwindow 65536 rmax 16384
>debug1: channel 0: free: client-session, nchannels 1
>debug3: channel 0: status: The following connections are open:
> #0 client-session (t4 r0 i0/0 o0/0 fd 4/5 cfd -1)
>debug3: channel 0: close_fds r 4 w 5 e 6 c -1
>Connection to dgsq-asm1 closed by remote host.
>Connection to dgsq-asm1 closed.
This looks like the server is exitting immediately (crashing, perhaps?) Is
there any way to check the server's log or run it in debug mode?
A couple of things you can try (but probably won't help):
* disable agent forwarding: ("ssh -o ForwardAgent=no yourserver")
* disable pty allocation ("ssh -T yourserver")
Failing that you may have to ask IBM.
>I've compared this to a successful login to another machine and the only difference is the lines
>debug2: channel 0: open confirm rwindow 0 rmax 32768
>debug2: channel 0: rcvd adjust 131072
That's just the receive window size and maximum (ssh) packet size, those can be
different for different implementations.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-bugs
mailing list