diff options
author | 2000-06-29 05:29:25 +0000 | |
---|---|---|
committer | 2000-06-29 05:29:25 +0000 | |
commit | 2d4892f777ce4b7e6ae8f7cb16eea04385bf43d5 (patch) | |
tree | bb985f037910fdb84fa66ffe8bb0531c1dfdc89a | |
parent | Be more detach friendly. In particular, remove the infinite while() loops (diff) | |
download | wireguard-openbsd-2d4892f777ce4b7e6ae8f7cb16eea04385bf43d5.tar.xz wireguard-openbsd-2d4892f777ce4b7e6ae8f7cb16eea04385bf43d5.zip |
I felt that telnetd(8) deserves the following BUGS entry:
WONT CRYPT. telnetd talks over insecure, unencrypted communications channels.
Please use sshd instead.
-rw-r--r-- | libexec/telnetd/telnetd.8 | 9 |
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. |