Re: in.telnetd vulnerability??
From: adam morley (adam@gmi.com)Date: 08/04/01
- Previous message: stephen@acgroup.ucsc.edu: "Re: in.telnetd vulnerability??"
- In reply to: Ryan Russell: "Re: in.telnetd vulnerability??"
- Next in thread: Brian Hatch: "Re: in.telnetd vulnerability??"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 3 Aug 2001 15:27:41 -0700 (PDT) From: adam morley <adam@gmi.com> To: Ryan Russell <ryan@securityfocus.com> Subject: Re: in.telnetd vulnerability?? Message-ID: <Pine.GSO.4.10.10108031524420.24983-100000@gmi.com>
On Fri, 3 Aug 2001, Ryan Russell wrote:
>On Fri, 3 Aug 2001, adam morley wrote:
>
>> as an admin, i dont think i would like to hide the fact that a session
>> has become insecure from the user. just too worried some other admin
>> would pop in and type in a root password and let it fly across the
>> internet in plaintext.
>
>You wouldn't be. People with a clue type ssh instead of telnet, and it
>behaves like it should. What you would be doing is hiding the fact that
>it is now sometimes secure from people who assume it is always insecure.
>Dunno, it might breed bad habits. Shrug.
yea, i see where you're going with it, and i might do it too, especially if i had some system where we used to be using telnet all the time (some sort of order entry or processing system) and i wanted to switch to ssh.
you could create a wrapper that determines (from some sort of table lookup) whether ssh should be used to connect to the system or telnet.
something liek:
telnet <hostname>
and then have a nis or nis+ or file or some kind of table to lookup hostname and see whether it is ssh-able or not, and then invoke ssh or telnet as needed. youd have to replace vanilla telnet with such a script.
though i have a feeling that that was what you were planning.
>
> Ryan
>
>
--bb&thanks adam Do you know what a kibibit, mebibyte, or gibibyte is? go to http://physics.nist.gov/cuu/Units/binary.html to find out!
- Previous message: stephen@acgroup.ucsc.edu: "Re: in.telnetd vulnerability??"
- In reply to: Ryan Russell: "Re: in.telnetd vulnerability??"
- Next in thread: Brian Hatch: "Re: in.telnetd vulnerability??"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|