Results 1 to 4 of 4
Hi,
Bit of a conundrum on telnet to OpenSUSE (Have discussed security aspect but user group insistent on using telnet).
Once they get to 31 logins using telnet, they can ...
- 07-21-2008 #1Just Joined!
- Join Date
- Jul 2008
- Posts
- 3
Linux telnet limit
Hi,
Bit of a conundrum on telnet to OpenSUSE (Have discussed security aspect but user group insistent on using telnet).
Once they get to 31 logins using telnet, they can do no more.
Any ideas how to increase this limit?
pty limit is 4096, so that's not it.
Thanks in advance,
Chaz.
- 07-21-2008 #2
- 07-21-2008 #3Just Joined!
- Join Date
- Jul 2008
- Posts
- 3
I appreciate your point, Carlos, and I agree, but the problem is that the PC client software in use is hard coded for telnet only, so I'm pretty much stuck with it.
However, I've had a solution from bigtomrodney, which has worked a treat.
Up the "instances" parameter in /etc/xinetd.conf and restart xinetd.
Sorted.
Thanks again,
Chaz.
- 07-21-2008 #4
chaz_d, if you are bound to the telnet protocol on application level, you might still want to tunnel it over encrypted connections.
For example, use ssh as the endpoints. Throw all telnet data into some port on the client machine and it comes out on the server machine and is forwarded to the telnet listening port on the same system.
SSH: Tunneling Explained


Reply With Quote
