Date: Wed, 5 Sep 2001 15:04:53 -0400 (EDT) From: Joseph Gleason <clash@zogbe.tasam.com> To: Kris Kennaway <kris@obsecurity.org> Cc: herlan <herlan_b@infofreebsd.org>, <freebsd-questions@FreeBSD.ORG> Subject: Re: max users Message-ID: <20010905150153.V90403-100000@zogbe.tasam.com> In-Reply-To: <20010905115926.B76765@xor.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
If you are talking about ssh or telnet: To go over 16 or 32, you need to create more virtual terminals. that can be done with a command line like: cd /dev ./MAKEDEV pty0 pty1 pty2 pty3 pty4 pty5 pty6 pty7 I think that will bring you up to 256 simulanious ssh/telnet conenctions. I have never had to go higher than that, not sure how to do it. On Wed, 5 Sep 2001, Kris Kennaway wrote: > On Wed, Sep 05, 2001 at 02:31:31AM -0400, herlan wrote: > > how many user can login in freebsd server in the same time? > > As many as it's configured to accept, and as the hardware will handle > for the load. > > Kris > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010905150153.V90403-100000>