haze

Well-Known Member
Dec 21, 2001
1,540
3
318
I would really like to continue to provide ssh to my clients but would like to get rid of or turn off telnet access. At least for now. Is there an easy way to do this? I notice telnet is not mentioned in the service manager.
 

smacx

Registered
Mar 26, 2002
3
0
301
If your shutting off telnet for security reasons your just shooting yourself in the foot, while it is insecure, chances are that your main password is the same one you use for mail, and sending your password through pop is just as insecure as telnet
 

bert

Well-Known Member
Aug 21, 2001
593
0
316
Open the file /etc/inetd.conf with an editor such as pico or vi and comment out the line (#) that reads:

telnet stream tcp nowait root /usr/sbin/tcpd in.telnetd
 

haze

Well-Known Member
Dec 21, 2001
1,540
3
318
[quote:3927cf810f][i:3927cf810f]Originally posted by smacx[/i:3927cf810f]

If your shutting off telnet for security reasons your just shooting yourself in the foot, while it is insecure, chances are that your main password is the same one you use for mail, and sending your password through pop is just as insecure as telnet[/quote:3927cf810f]

There are secure methods of accessing ftp.

Thanks Bert.