Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Secure-Shell
[Top] [All Lists]

Re: SSH hangs ...

Subject: Re: SSH hangs ...
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


<Prev in Thread] Current Thread [Next in Thread>
  • SSH hangs ..., Dmitry Golovaty
    • Re: SSH hangs ..., Jose Hidalgo Herrera <=