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's sshd drops connections

Subject: Re: OpenSSH's sshd drops connections
Date: Fri, 27 Jul 2007 07:32:11 +0200 (CEST)
On 26 jul, Nejc Škoberne wrote:
I manage around 50 FreeBSD servers and I have created a script which does
some work every 5 minutes. Actually this script transfers some files to/from
the central server, which is running a OpenSSH's sshd
(OpenSSH_4.5p1 FreeBSD-20061110, OpenSSL 0.9.7e-p1 25 Oct 2004). So I use
sftp (I have also tried scp) on client sides to perform the task.

The problem is, that (apparently because all the servers start transferring
files at approximately the same time), some clients are able to do the 
transfers
and others are not.
[deleted]
Do you have any ideas why the central server's sshd drops the connections?

The ssh server will only allow a certain sessions at a time to be in the
authentication phase. This is controlled by the MaxStartups option,
which defaults to 10. The symptoms you see matches what happens when
this triggers.

Note that setting up the encrypted tunnel is potentially quite stressful
for the machine, and if the time gets more synchronized (think ntp) this
will probably become a bigger problem. The best solution is, IMHO, to
add a random delay to the clients rather than just increasing
MaxStartups.

        /MaF
-- 
Martin Forssen <maf@appgate.com>              Development Manager
Phone: +46 31 7744361                         AppGate Network Security AB

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