[Bug 613] sshd hanging
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Mon Jul 7 20:07:10 EST 2003
http://bugzilla.mindrot.org/show_bug.cgi?id=613
------- Additional Comments From dtucker at zip.com.au 2003-07-07 20:07 -------
OK, it looks like it's proably not MTU. One other thing to check: can you do
the netstat on the client too?.
You can try strace'ing a session which might give a better idea exactly where
it's hanging (I suggest you use -D for no-daemon rather than the debug options
as it will keep the output volume down).
strace -f /path/to/sshd -D -p [portno]
Warning: There will be a lot of output, and the trace will contain your
password if you're using password auth, so blank it out (or change it for the
test then change it back).
------- 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