[5642] in Kerberos
Re: Encryption in telnet for
daemon@ATHENA.MIT.EDU (Rita Bettenhausen)
Wed Aug 9 14:07:16 1995
Date: 9 Aug 1995 11:01:41 -0800
From: "Rita Bettenhausen" <Rita.Bettenhausen@quickmail.llnl.gov>
To: "kerberos" <kerberos@MIT.EDU>
RE>Encryption in telnet for K5.5 ? 8/9/95
According to the patches submitted by P-Pomes@uiuc.edu, in the Makefile for
libtelnet, DES_ENCRYPTION must also be defined. I have not yet tested it.
Rita
--------------------------------------
Date: 8/7/95 5:13 PM
To: Rita Bettenhausen
From: Joe Ramus
Does anyone know if Encryption actually works with telnet in Kerberos 5
Beta 5 ? We have defined "ENCRYPTION" during the build. And we have the
Crypto source code from MIT.
I have tried using "-x" on the telnet command line and also using the
"encrypt" command at the telnet> prompt:
Here is a sample of the output:
%% telnet -a
telnet> encrypt ?
enable Enable encryption. ('encrypt enable ?' for more)
disable Disable encryption. ('encrypt enable ?' for more)
type Set encryption type. ('encrypt type ?' for more)
start Start encryption. ('encrypt start ?' for more)
stop Stop encryption. ('encrypt stop ?' for more)
input Start encrypting the input stream
-input Stop encrypting the input stream
output Start encrypting the output stream
-output Stop encrypting the output stream
status Display current status of authentication information
? Print help information
telnet> encrypt enable ?
Usage: encrypt enable <type> [input|output]
Valid encryption types:
telnet>
This looks very suspicious because there are NO encryption types listed.
Perhaps there is another configuration option that we need to specify
during the build.
----------------------------------------------------------------
| Joe Ramus NERSC Livermore (510) 423-8917 ramus@nersc.gov |
----------------------------------------------------------------
------------------ RFC822 Header Follows ------------------
Received: by quickmail.llnl.gov with SMTP;7 Aug 1995 17:12:54 -0800
Received: by pierce.llnl.gov (8.6.10/LLNL-1.18/llnl.gov-03.95)
id RAA27266; Mon, 7 Aug 1995 17:08:43 -0700
Received: from MIT.EDU by pierce.llnl.gov (8.6.10/LLNL-1.18/llnl.gov-03.95)
id RAA27255; Mon, 7 Aug 1995 17:08:40 -0700
Received: from osi-east.es.net by MIT.EDU with SMTP
id AA22950; Mon, 7 Aug 95 20:02:13 EDT
Received: from windsail.nersc.gov by osi-east.es.net with ESnet SMTP (PP);
Mon, 7 Aug 1995 17:02:11 -0700
Received: by windsail.nersc.gov (4.1/ESnet-1.2) id AA11885;
Mon, 7 Aug 95 17:02:09 PDT
Date: Mon, 7 Aug 95 17:02:09 PDT
From: ramus@nersc.gov (Joe Ramus)
Message-Id: <9508080002.AA11885@windsail.nersc.gov>
To: kerberos@MIT.EDU
Subject: Encryption in telnet for K5.5 ?