[550] in SIPB_Linux_Development
ktelnet built again
daemon@ATHENA.MIT.EDU (jtkohl@MIT.EDU)
Mon Apr 11 21:40:47 1994
From: jtkohl@MIT.EDU
Date: Mon, 11 Apr 94 21:40:30 -0400
To: linux-dev@MIT.EDU
Cc: jtkohl@MIT.EDU
I remembered what I did to build ktelnet on linux: in telnet/externs.h,
the tests for whether to use termio or termios is slightly broken (it
guesses wrong). I fixed it on quiche. The stuff built in
/usr/src/athena/ktelnet seems to work fine (client side--haven't tried
telnetd yet).
To build it with kerberos & DES, you need to make
PLATFORM=athena_linux.auth
==John
[{1}quiche-lorraine:/usr/src/athena/ktelnet/telnet]% ./telnet/telnet pesto -a
Trying 18.71.0.48...
Automatic encryption of output is enabled
Encryption is verbose
flushoutput character is 'off'.
stop character is 'off'.
start character is 'off'.
Won't recognize certain control characters.
Connected to pesto.MIT.EDU.
Escape character is '^]'.
[ Trying KERBEROS4 ... ]
[ Kerberos V4 accepts you ]
[ Kerberos V4 challenge successful ]
[ Output is now encrypted with type DES_CFB64 ]
...