[7718] in testers
Re: /usr/athena/bin/telnet isn't kerberized?
daemon@ATHENA.MIT.EDU (Geoffrey Thomas)
Thu Sep 18 19:17:03 2008
Date: Thu, 18 Sep 2008 19:16:18 -0400 (EDT)
From: Geoffrey Thomas <geofft@MIT.EDU>
To: Alex T Prengel <alexp@mit.edu>
cc: testers@mit.edu
In-Reply-To: <200809182258.m8IMwAeC001651@central.mit.edu>
Message-ID: <alpine.DEB.1.10.0809181900280.3054@vinegar-pot.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
It is telnet.krb5, but apparently it doesn't encrypt by default (the code
to try "-axF" seems not to be there). Try telnet -x, or telnet -xF if you
want to forward credentials.
We could potentially add a wrapper around it that uses -x if there are no
options, but people without an Athena background are used to telnet not
trying to do anything fancy by default, and -x will disconnect if
authentication can't be negotiated.
--
Geoffrey Thomas
geofft@mit.edu
On Thu, 18 Sep 2008, Alex T Prengel wrote:
>
> On Athena 10, I get:
>
> pavane:Thu athena% /usr/athena/bin/telnet bullie
> Trying 18.152.3.233...
> Connected to bullie.mit.edu (18.152.3.233).
> Escape character is '^]'.
> Unencrypted connection refused. Goodbye.
>
> Isn't /usr/athena/bin/telnet supposed to be kerberized telnet on Athena 10?
>
> Alex
>