Re: Don't allow incoming telnet

2001-06-01 Thread Dave Sherohman
On Fri, Jun 01, 2001 at 10:52:41AM -0400, [EMAIL PROTECTED] wrote: > Remove it if you can (I forget if it's a seperate package): > apt-get --purge remove telnet That's the telnet client. Personally, I'd recommend: apt-get remove --purge telnetd telnet apt-get install telnet-ssl telnet-ssl will

Re: Don't allow incoming telnet

2001-06-01 Thread Wayne Topa
Subject: Don't allow incoming telnet Date: Fri, Jun 01, 2001 at 10:46:38AM +0100 In reply to:Rory Campbell-Lange Quoting Rory Campbell-Lange([EMAIL PROTECTED]): > Hi. > How do I stop telnet sessions coming IN? > (I only want users to use ssh) > man update-ine

Re: Don't allow incoming telnet

2001-06-01 Thread Scott_Patterson
>Hi. >How do I stop telnet sessions coming IN? >(I only want users to use ssh) > >grep telnet /etc/services shows: >telnet 23/tcp >rtelnet 107/tcp# Remote Telnet >rtelnet 107/udp > > telnet /etc/services shows: >telnet stream tcp nowait

Re: Don't allow incoming telnet

2001-06-01 Thread John R Lenton
On Fri, Jun 01, 2001 at 10:46:38AM +0100, Rory Campbell-Lange wrote: > How do I stop telnet sessions coming IN? don't run telnetd. -- John Lenton ([EMAIL PROTECTED]) -- Random fortune: Yow! I want my nose in lights! pgpXeA3pkXqAZ.pgp Description: PGP signature

Re: Don't allow incoming telnet

2001-06-01 Thread N. Raghavendra
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 li

Re: Don't allow incoming telnet

2001-06-01 Thread smokez
On Friday 01 June 2001 10:52 am, Ilya Martynov wrote: > RC> Hi. > RC> How do I stop telnet sessions coming IN? > RC> (I only want users to use ssh) --snip-- would 'apt-cache search telnetd' 'apt-get remove telnetdpackagename' be a better solution if you only want to use ssh ? adam

Re: Don't allow incoming telnet

2001-06-01 Thread Ilya Martynov
RC> Hi. RC> How do I stop telnet sessions coming IN? RC> (I only want users to use ssh) RC> grep telnet /etc/services shows: RC> telnet 23/tcp RC> rtelnet 107/tcp# Remote Telnet RC> rtelnet 107/udp RC> telnet /etc/services shows: RC> telnet stream tcp

Re: Don't allow incoming telnet

2001-06-01 Thread Ilya Martynov
RC> Hi. RC> How do I stop telnet sessions coming IN? RC> (I only want users to use ssh) RC> grep telnet /etc/services shows: RC> telnet 23/tcp RC> rtelnet 107/tcp# Remote Telnet RC> rtelnet 107/udp RC> telnet /etc/services shows: RC> telnet

Don't allow incoming telnet

2001-06-01 Thread Rory Campbell-Lange
Hi. How do I stop telnet sessions coming IN? (I only want users to use ssh) grep telnet /etc/services shows: telnet 23/tcp rtelnet 107/tcp# Remote Telnet rtelnet 107/udp telnet /etc/services shows: telnet stream tcp nowait \ teln