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: Connecting to 216.150.31.33 [216.150.31.33] port 22.
> debug1: Connection established.
> debug1: identity file /home/yosef/.ssh/identity type -1
> debug1: identity file /home/yosef/.ssh/id_rsa type -1
> debug1: identity file /home/yosef/.ssh/id_dsa type -1
> 
> That's where it blocks.
> As I mentioned before, it seems to block when reading from the
> socket. Seems like a server issue to me, but how can I be sure?

A wild guess which may be wrong: check permissions on the files in the
~/.ssh directory on both the client and the server:

identity, id_{rsa,dsa}, authorized_keys2? should be 600
*.pub, known_hosts should be 644
the .ssh directory itself should be 700

Of course, I assume that you have distributed keys properly.

This may or may not be the issue, but it's worth checking.

-- 
Oleg Goldshmidt | [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 [EMAIL PROTECTED]

Reply via email to