1998-04-11 15:07:05 +00:00
|
|
|
This program suports both certification and cryptogoraphic with using SSL.
|
|
|
|
|
1999-08-05 08:00:25 +00:00
|
|
|
If you do not have certification (/usr/local/openssl/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.
|
1998-04-11 15:07:05 +00:00
|
|
|
|
|
|
|
You must edit /etc/inetd.conf to make SSL telnetd available. Some examples
|
|
|
|
below:
|
|
|
|
|
1999-08-05 08:00:25 +00:00
|
|
|
1. Accept both normal telnet client and SSL telnet client.
|
1998-04-11 15:07:05 +00:00
|
|
|
|
|
|
|
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
|