[7287] in Kerberos
Re: Telnet and Encryption
daemon@ATHENA.MIT.EDU (Christopher Penney)
Wed May 15 21:37:08 1996
To: kerberos@MIT.EDU
Date: 16 May 1996 00:39:35 GMT
From: penney@cps.msu.edu (Christopher Penney)
Christopher Penney (penney@cps.msu.edu) wrote:
: I assume I have something compiled wrong? I built libtelnet, telnet, and
: telnetd with -DENCRYPTION.
I recompiled adding "-DDES_ENCRYPTION" and it sorta works. When I "telnet
-x -a <host>" I get the "[ Kerberos V5 accepts..." message and "enc stat"
shows:
Currently output is clear text.
Last encryption mode was DES_CFB64
Currently decrypting input with DES_CFB64
The problem is that the input appears to not be decrypted... i.e. I get
garbage from the remote host.
-=Chris=-