aboutsummaryrefslogtreecommitdiff
path: root/net/SSLtelnet/pkg-descr
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-04-11 15:07:05 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-04-11 15:07:05 +0000
commitc7159045d644d5ae275eb9b30445f42372eeea81 (patch)
tree75a5da26de53d1e0489397f049820ef29bbed6fe /net/SSLtelnet/pkg-descr
parent91e36f515599afcbcdd8982fd5db84d32f1ccfcf (diff)
downloadports-c7159045d644d5ae275eb9b30445f42372eeea81.tar.gz
ports-c7159045d644d5ae275eb9b30445f42372eeea81.zip
Notes
Diffstat (limited to 'net/SSLtelnet/pkg-descr')
-rw-r--r--net/SSLtelnet/pkg-descr20
1 files changed, 20 insertions, 0 deletions
diff --git a/net/SSLtelnet/pkg-descr b/net/SSLtelnet/pkg-descr
new file mode 100644
index 000000000000..d346018fd912
--- /dev/null
+++ b/net/SSLtelnet/pkg-descr
@@ -0,0 +1,20 @@
+This program suports both certification and cryptogoraphic with using SSL.
+
+If you do not have certification (/usr/local/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 normail 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