On Fri, Jun 01, 2001 at 10:46:38AM +0100, Rory Campbell-Lange wrote: > How do I stop telnet sessions coming IN? > (I only want users to use ssh)
Hi,
You could remove the telnetd package:
dpkg --purge telnetd
Or, you could leave it intact, and edit /etc/inetd.conf,
commenting out the line that starts with 'telnet'. You should
then restart or reload inetd:
/etc/init.d/inetd restart
Best,
Raghavendra.
--
N. Raghavendra | GnuPG signed/encrypted mail
[EMAIL PROTECTED] | welcome. Key ID: 03618806.
Harish-Chandra Research Institute | C75D D0AF 457E 7454 BEC2
http://www.mri.ernet.in/~raghu/ | 37AD C6E1 0407 0361 8806
pgp9bd5amzwco.pgp
Description: PGP signature

