Mailinglist Archive: opensuse (3138 mails)
| < Previous | Next > |
Re: [SLE] SSH Sessions
- From: Anders Johansson <andjoh@xxxxxxxxxx>
- Date: Tue, 28 Dec 2004 16:28:40 +0100
- Message-id: <200412281628.40122.andjoh@xxxxxxxxxx>
On Tuesday 28 December 2004 16:18, Oxiel Contreras wrote:
> Which is the default amount of unix98 sessions?, is there a way of adding
> them without recompiling the kernel, maybe some file at /proc/ ?
/proc/sys/kernel/pty/max
The default value seems to be 4096, but it appears to be settable with some
command like
echo 8192 > /proc/sys/kernel/pty/max
> Which is the default amount of unix98 sessions?, is there a way of adding
> them without recompiling the kernel, maybe some file at /proc/ ?
/proc/sys/kernel/pty/max
The default value seems to be 4096, but it appears to be settable with some
command like
echo 8192 > /proc/sys/kernel/pty/max
| < Previous | Next > |