Re: SSH hangs ...
From: Jose Hidalgo Herrera (jose_at_hostarica.com)
Date: 09/20/04
- Previous message: Mason Gibson: "Re: Locking down ssh config in large env"
- In reply to: Dmitry Golovaty: "SSH hangs ..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
To: Dmitry Golovaty <dmitry@math.uakron.edu> Date: Mon, 20 Sep 2004 10:13:36 -0600
Be sure you are not using -N in your command line,
use -vvv to get the maximum debug info,
and use
~R
after waiting for 10 seconds to see if the client and server
can exchange the keys, I also recommend to delete the
.ssh/known_hosts entry for the server.
If you are trying to use root to login into the remote
system, be sure you have
PermitRootLogin yes
in the remote host.
On Sat, 2004-09-18 at 12:46, Dmitry Golovaty wrote:
> Hello,
>
> My FC2 Dell Lattitude D800 laptop sleeps forever while trying to
> ssh to another FC2 box at work (see the output below) ... ssh seems to
> work for all other sites that I have tried to connect to. Any help is
> greatly appreciated. Thanks.
>
> Dmitry
>
> OpenSSH_3.9p1, OpenSSL 0.9.7a Feb 19 2003
> debug1: Reading configuration data /etc/ssh/ssh_config
> debug1: Applying options for *
> debug1: Connecting to remote.amrl.uakron.edu [130.101.4.133] port 22.
> debug1: Connection established.
> debug1: permanently_set_uid: 0/0
> debug1: identity file /root/.ssh/identity type -1
> debug1: identity file /root/.ssh/id_rsa type -1
> debug1: identity file /root/.ssh/id_dsa type -1
> debug1: Remote protocol version 1.99, remote software version
> OpenSSH_3.5p1
> debug1: match: OpenSSH_3.5p1 pat OpenSSH*
> debug1: Enabling compatibility mode for protocol 2.0
> debug1: Local version string SSH-2.0-OpenSSH_3.9p1
> debug1: SSH2_MSG_KEXINIT sent
>
>
> ______________________________________
> | |
> | Dmitry Golovaty |
> | Department of Mathematics |
> | The University of Akron |
> | Akron, OH 44325 USA |
> | |
> | Tel: 1-330-972-8012 |
> | FAX: 1-330-374-8630 |
> | Email: dmitry@math.uakron.edu |
> | Web: http://golovaty.math.uakron.edu |
> |______________________________________|
-- Jose Hidalgo PGP: 15524480 jose at hostarica.com http://www.hostarica.com
- Previous message: Mason Gibson: "Re: Locking down ssh config in large env"
- In reply to: Dmitry Golovaty: "SSH hangs ..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|