[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: svn+ssh making too many requests

From: Tony Sweeney <tsweeney_at_omnifone.com>
Date: Mon, 21 Nov 2011 12:13:43 +0000

SSH connections require some expensive computation at startup, so the
maximum number of outstanding connections allowed is much lower than for
regular socket connections to prevent denial of service attacks by
connection flooding. This is governed by the MaxStartups value in the
/etc/ssh/sshd_config file. If no value is set explicitly, the default
is 10. You can experiment with setting this higher (we use it inhouse
for a parallel master-server cluster installer, so we set it to the # of
slaves in the cluster plus a little extra). If your server isn't
Internet facing, this might be an adequate workround for you if you
don't want to swap out TortoisePlink.

Tony.

-----Original Message-----
From: Markus Schaber [mailto:m.schaber_at_3s-software.com]
Sent: 21 November 2011 11:06
To: Ingmar Heinrich
Cc: users_at_subversion.apache.org
Subject: AW: svn+ssh making too many requests

Hi, Ingmar,

Von: Ingmar Heinrich [mailto:ingmar.heinrich_at_gmail.com]

> when using svn+ssh, TortoisePlink seems to open a new connection for
every atomic action. The remote sshd would lock me out due to excessive
conections. Is there any way to circumvent that?

Some SSH implementations support connection multiplexing:
http://en.wikipedia.org/wiki/Comparison_of_SSH_clients

Install one of those and reconfigure your TortoiseSVN to use that ssh
client instead of the default TortoisePlink (which is based on putty).

Best regards

Markus Schaber

--
___________________________
We software Automation.
3S-Smart Software Solutions GmbH
Markus Schaber | Developer
Memminger Str. 151 | 87439 Kempten | Germany | Tel. +49-831-54031-0 |
Fax +49-831-54031-50
Email: m.schaber@3s-software.com | Web: http://www.3s-software.com
CoDeSys internet forum: http://forum.3s-software.com Download CoDeSys
sample projects: http://www.3s-software.com/index.shtml?sample_projects
Managing Directors: Dipl.Inf. Dieter Hess, Dipl.Inf. Manfred Werner |
Trade register: Kempten HRB 6186 | Tax ID No.: DE 167014915 
______________________________________________________________________
This email has been scanned by the Symantec Email Security.cloud
service.
For more information please visit http://www.symanteccloud.com
______________________________________________________________________
-----
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2012.0.1872 / Virus Database: 2101/4629 - Release Date:
11/20/11
______________________________________________________________________
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
______________________________________________________________________
Received on 2011-11-21 13:14:18 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.