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]

openssh-4.3p2: setsockopt() problem

Subject: openssh-4.3p2: setsockopt() problem
Date: Sat, 9 Sep 2006 02:14:35 -0700 (PDT)
List,

I'm behind a dlink DSL-G604T wireless router.  ssh client was hanging at:

debug1: Entering interactive session.

Telnet was having a similar problem to port 22, however a simple client.c
I compiled was not.  My java ssh client was also working. After some
investigation, I noticed that the hang was after the system call:

setsockopt(3, SOL_IP, IP_TOS, [16], 4)  = 0

I noticed also that telnet was hanging the same way.  I commented all the
setsockopt() calls out of the ssh client code (because I was in a hurry)
and now it works.  Anyway, I figured I should document the problem
somewhere.

-Ken

<Prev in Thread] Current Thread [Next in Thread>
  • openssh-4.3p2: setsockopt() problem, Kenneth Berland <=