Forum Discussion
Altera_Forum
Honored Contributor
16 years agoTelnet session:how to increase the number of session
Hi all, I want to open 12 telnet session from the board.I tried and got the success to open upto 8 session.But I can not open more session from there.Can anybody help to increase the number of ...
Altera_Forum
Honored Contributor
16 years agoI am not very sure on this. But pty is an old method, it is static and you need to create every node. While pts is dynamic, the devpts fs creates them on the fly in /dev/pts directory. Please search to find the difference between them. I guess it should be possible to limit the number of telnet session, but I don't know how myself. The better way is to look at the source.
The login shell/program is usually defined in /etc/passwd. Please check the login utils source in busybox. - Hippo