30 Aug
2001
30 Aug
'01
17:12
Was wondering if there is a quick way to know what is the max amount of telnet, ssh, and/or ftp I can have open at a time. A quick value that I can grab programmatically is my hope.
30 Aug
30 Aug
17:38
New subject: [SLE] Telnet Sessions
i think this has to do with the number of psuedo-terminals (pty's) you have enabled in your kernel config. here is a line from /usr/src/linux/.config ----------------------------- CONFIG_UNIX98_PTYS=y CONFIG_UNIX98_PTY_COUNT=256 ----------------------------- if you do make menuconfig, its under character devices menu here is a way to see how many you have ls /dev/pty* | wc -l
8510
Age (days ago)
8510
Last active (days ago)
1 comments
2 participants
participants (2)
-
dog@intop.net
-
Patrick Nelson