Re: max users

2019-04-28 Thread John Nemeth
On Apr 27, 2:13pm, r...@reedmedia.net wrote: } On Sat, 27 Apr 2019, JP wrote: } } > is there a maximum number of users that can be logged in at a given time? } } config(5) says there is no such limit. } } Linux has a pam way using limits.conf. FreeBSD could use inetd to spawn NetBSD runs

Re: max users

2019-04-27 Thread reed
On Sat, 27 Apr 2019, JP wrote: > is there a maximum number of users that can be logged in at a given time? config(5) says there is no such limit. Linux has a pam way using limits.conf. FreeBSD could use inetd to spawn sshd with a inetd.conf "max-child" option. I don't know of an existing NetBS

max users

2019-04-27 Thread JP
is there a maximum number of users that can be logged in at a given time?