On Mon, Jan 13, 2003 at 10:51:49PM +0200, Oleg Goldshmidt wrote:
> Here the connection hangs, sometimes for minutes (though not always).
Maybe a DNS problem? Either you're trying to resolve the server's IP,
or the server is trying to resolve your IP, and times out when it
cannot contact the DNS server.
But I'm just guessing. 'strace' should give you a better clue. Run the
client thru it and watch the system calls which occur before the
"hang". If the client's side gives no clues (e.g. it just seems to be
waiting for data from the server), try running a copy of sshd thru
'strace' ('sshd -D -p 2222' should allow you to debug it with strace on a
separate port without interrupting other users).
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]