summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-06-29 05:29:26 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-06-29 05:29:26 +0000
commitcdc2daf5bef1522cf9a28749b77d39d369589b95 (patch)
treed1593cf4e5379971d91c1b4017328a7b114e68aa /libexec
parentc21851c152f829be9de6cf9b32ee3ee93216c7ff (diff)
I felt that telnetd(8) deserves the following BUGS entry:
WONT CRYPT. telnetd talks over insecure, unencrypted communications channels. Please use sshd instead.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/telnetd/telnetd.89
1 files changed, 8 insertions, 1 deletions
diff --git a/libexec/telnetd/telnetd.8 b/libexec/telnetd/telnetd.8
index 83e0bef1df5..1850bc4bee1 100644
--- a/libexec/telnetd/telnetd.8
+++ b/libexec/telnetd/telnetd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: telnetd.8,v 1.12 2000/04/15 02:15:30 aaron Exp $
+.\" $OpenBSD: telnetd.8,v 1.13 2000/06/29 05:29:25 aaron Exp $
.\" $NetBSD: telnetd.8,v 1.8 1996/03/20 04:25:55 tls Exp $
.\"
.\" Copyright (c) 1983, 1993
@@ -579,3 +579,10 @@ never sends
.Tn TELNET
.Tn IAC GA
(go ahead) commands.
+.Pp
+.Tn WONT CRYPT .
+.Nm
+talks over insecure, unencrypted communications channels.
+Please use
+.Nm sshd
+instead.