Max clients of OpenSSH

2007-10-15 Thread Bibby
Hi, folks, Where/How can i set the max client number of OpenSSH? sshd_config(5) and sshd(8) do not contain any info about this. I use OpenSSH 4.3p2(RHEL 5 Client). Thanks very much. -- Best Regards.

Re: Max clients of OpenSSH

2007-10-16 Thread Jeremy C. Reed
On Tue, 16 Oct 2007, Bibby wrote: > Where/How can i set the max client number of OpenSSH? > sshd_config(5) and sshd(8) do not contain any info about this. > > I use OpenSSH 4.3p2(RHEL 5 Client). > > Thanks very much. Have a look at MaxStartups which is for "concurrent unauthenticated connectio

Re: Max clients of OpenSSH

2007-10-16 Thread Cristiano Deana
2007/10/16, Bibby <[EMAIL PROTECTED]>: > Where/How can i set the max client number of OpenSSH? I don't know, but you can do it using pf. -- Cris, member of G.U.F.I Italian FreeBSD User Group http://www.gufi.org/

Re: Max clients of OpenSSH

2007-10-16 Thread Jeremy C. Reed
I am now testing the following (which includes a little documentation for a new "MaxClients"): Index: servconf.c === RCS file: /cvs/openssh/servconf.c,v retrieving revision 1.163 diff -u -r1.163 servconf.c --- servconf.c 20 May 2007

Re: Max clients of OpenSSH

2007-10-16 Thread Jeremy C. Reed
On Tue, 16 Oct 2007, Jeremy C. Reed wrote: > Index: sshd_config.5 > === > RCS file: /cvs/openssh/sshd_config.5,v > retrieving revision 1.84 > diff -u -r1.84 sshd_config.5 > --- sshd_config.5 17 Sep 2007 01:57:38 - 1.84 >

Re: Max clients of OpenSSH

2007-10-16 Thread Bibby
Hi, Reed. Can you send me a separated patch and tell me the usage? I want to test it. Thanks very much. -- Best regards. Bibby 2007/10/17, Jeremy C. Reed <[EMAIL PROTECTED]>: > > I am now testing the following (which includes a little documentation for > a new "MaxClients"):