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: OpenSSH 3.9p1 hangs after authentication

Subject: Re: OpenSSH 3.9p1 hangs after authentication
Date: Tue, 21 Dec 2004 15:15:42 +0200 (IST)
On Sat, 18 Dec 2004, Friedrich Lindenberg wrote:
I recently installed FC3 on my Laptop and I am experiencing a strange
behaviour when attempting to connect to a remote server via SSH.
Everything works fine until some point after authentication succeeded
and a shell prompt is supposed to show up. Then SSH simply hangs, yet
shuts down cleanly if sent SIGTERM.

Sometimes if a program simply hangs and you can't find out what is it waiting
for, you can try to attach to it with gdb (gdb program pid, it is more helpfull
if the programm was compiled with debugging symbols) or trace its syscals (e.g.,
strace).

-- 
Regards,
ASK

<Prev in Thread] Current Thread [Next in Thread>