Re: SSH blocks forever

2004-10-06 Thread Tzafrir Cohen
On Thu, Sep 30, 2004 at 06:57:29PM +, Oleg Goldshmidt wrote: > Yosef Meller <[EMAIL PROTECTED]> writes: > > > Haggai Eran wrote: > > > try running ssh with -vv and see where it freezes. > > > > Here's the output: > > > > OpenSSH_3.8.1p1, OpenSSL 0.9.7d 17 Mar 2004 > > debug1: Reading configu

Re: SSH blocks forever

2004-10-01 Thread Yosef Meller
OK, Thanks for the tips everybody, turns out I was right and it was the remote machine. I contacted the hosting company and they rebooted it for me. Shabat shalom. Yosef Meller wrote: Hi everyone, I was working on a remote machine with SSH, when suddenly the connection froze. I tried to connect

Re: SSH blocks forever

2004-09-30 Thread Oleg Goldshmidt
Yosef Meller <[EMAIL PROTECTED]> writes: > Haggai Eran wrote: > > try running ssh with -vv and see where it freezes. > > Here's the output: > > OpenSSH_3.8.1p1, OpenSSL 0.9.7d 17 Mar 2004 > debug1: Reading configuration data /etc/ssh/ssh_config > debug2: ssh_connect: needpriv 0 > debug1: Connect

Re: SSH blocks forever

2004-09-30 Thread Yosef Meller
Haggai Eran wrote: try running ssh with -vv and see where it freezes. Here's the output: OpenSSH_3.8.1p1, OpenSSL 0.9.7d 17 Mar 2004 debug1: Reading configuration data /etc/ssh/ssh_config debug2: ssh_connect: needpriv 0 debug1: Connecting to 216.150.31.33 [216.150.31.33] port 22. debug1: Connection

Re: SSH blocks forever

2004-09-30 Thread Haggai Eran
try running ssh with -vv and see where it freezes. -- Haggai Eran [EMAIL PROTECTED] = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMA

Re: SSH blocks forever

2004-09-30 Thread Noam Meltzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Not sure how much it will help in your case. but if you have root access to the blocking ssh-server machine, i would have tried looking at the logs there, stracing the sshd, etc. It seems to me more like a server problem, rather than a client. Anyway, j

SSH blocks forever

2004-09-30 Thread Yosef Meller
Hi everyone, I was working on a remote machine with SSH, when suddenly the connection froze. I tried to connect again, but the ssh client does not even ask for the password, it just blocks on read after the connection is made, as the strace output below shows. sshing into other machines works,