Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Aug 1999 11:31:27 -0700 (PDT)
From:      Nick Sayer <nsayer@freebsd.org>
To:        freebsd-hackers@freebsd.org
Subject:   Whither makefiles for src/crypto/telnet/* ?
Message-ID:  <199908121831.LAA55284@medusa.kfu.com>

next in thread | raw e-mail | index | archive | help
A long time ago I got some kinky modifications to telnet from a
place in Germany the purpose of which was to encrypt telnet sessions.
It did a Diffie-Hellman up front and used the common secret as a DES
key sort of the way Kerberos does. It was called SRA telnet. It was
vulnerable to monkey-in-the-middle, but it was better than nothing
and unlike other encrypted session systems it had NO administrative
overhead. I also added IDEA as an alternative encryption method
just to sort of up the ante a bit.

At one point I seem to remember that the cryto telnet sources sort
of got combined inexorably with Kerberos, which made the idea of
adding SRA in order to get a standalone encrypted telnet to be
standard-issue sort of die.

But today, just out of curiosity, I decided to see if it would
be possible to resurrect the idea.

In the scrypto section, I see that the telnet stuff is set aside
nicely in its own spot. I was able to add my patches just fine,
but it appears that the Makefiles are somewhere else. Maybe in
with the kerberos stuff or something? Does anyone know how telnet
actually gets built when you want a telnet/telnetd that uses
encryption?

I would once again like to add SRA to telnet/telnetd. There is something
to be said for having something reasonably secure in the default (at
least for the domestic audience) distribution. Yes, we can all go add
the ssh port, but having an encrypted telnet work right out of the
box is a good thing.

So I can pretty easily turn this into something that can be added
right into src/crypto/telnet, but I need to find out about the Makefile
issue. Can anyone help?

Thanks in advance.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908121831.LAA55284>