Re: [JSch-users] Jsch and OpenSSH - Exceeding maximum number of concurrent unauthenticated connections

2009-02-04 Thread Keith Richardson
I realize that this limit would only be applicable to the running java client process and cannot guarentee that we do not exceed MaxStartups. However, it will significantly reduce the chances that we encounter such an error. The only sure way to avoid this problem is changing the server-side sshd

Re: [JSch-users] Jsch and OpenSSH - Exceeding maximum number of concurrent unauthenticated connections

2009-02-04 Thread Atsuhiko Yamanaka
Hi, +-From: Keith Richardson -- |_Date: Wed, 4 Feb 2009 14:04:30 +0200 ___ | |We are considering several options, most of which are not relevant to |the list. The one I would like to discuss with you is updating the |JSCH source code. We would like to add an additional

Re: [JSch-users] Jsch and OpenSSH - Exceeding maximum number of concurrent unauthenticated connections

2009-02-04 Thread Keith Richardson
Unfortunately, that will not work in our specific case because we are connecting to multiple users on same machine. The eleventh connection attempt can potentially fail if the first ten are not finished authenticating. On Wed, Feb 4, 2009 at 3:40 PM, Edward Perry wrote: > > Keith, > > On thoug

[JSch-users] Jsch and OpenSSH - Exceeding maximum number of concurrent unauthenticated connections

2009-02-04 Thread Keith Richardson
Hi, Our applications are heavily threaded and each thread makes ssh connections to remote servers. We hit a problem when trying to make multiple concurrent requests to the same server running OpenSSH's sshd. sshd_config has a [very reasonable] setting called MaxStartups which limits the number o