freebsd-ports/net/SSLtelnet/pkg-descr
Kris Kennaway 15a79b97ac Re-add SSLtelnet, with patch (patch-an) to fix the security vulnerability
described in FreeBSD-SA-01:49.telnetd

Submitted by:   kondo hiroshi <kondo@ysyslab.co.jp>
PR:             ports/42676
2002-10-19 10:27:25 +00:00

20 lines
732 B
Text

This program suports both certification and cryptogoraphic with using SSL.
If you do not have certification (/etc/ssl/certs/telnet.pem) provided
by CA, this port make dummy certification. Of cource it is useless to certify
but you can use SSL telnet/telnetd in encryption only mode with it.
You must edit /etc/inetd.conf to make SSL telnetd available. Some examples
below:
1. Accept both normal telnet client and SSL telnet client.
telnet stream tcp nowait root /usr/local/libexec/telnetd telnetd
2. Accpet only SSL encrypted client.
telnet stream tcp nowait root /usr/local/libexec/telnetd telnetd -z secure
3. Accept only SSL certificated client.
telnet stream tcp nowait root /usr/local/libexec/telnetd telnetd -a valid