From 62e15d7f6b7343c4ec8e4e13f8e347560384d8ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 19 Sep 2006 08:27:40 +0000 Subject: [PATCH] Add documentation for -e, require encryption. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18113 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/telnet/telnetd/telnetd.8 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/appl/telnet/telnetd/telnetd.8 b/appl/telnet/telnetd/telnetd.8 index fd7d0bde4..a7dd67024 100644 --- a/appl/telnet/telnetd/telnetd.8 +++ b/appl/telnet/telnetd/telnetd.8 @@ -31,7 +31,7 @@ .\" .\" @(#)telnetd.8 8.4 (Berkeley) 6/1/94 .\" -.Dd June 1, 1994 +.Dd September 19, 2006 .Dt TELNETD 8 .Os BSD 4.2 .Sh NAME @@ -41,7 +41,7 @@ protocol server .Sh SYNOPSIS .Nm telnetd -.Op Fl BUhkln +.Op Fl BeUhkln .Op Fl D Ar debugmode .Op Fl S Ar tos .Op Fl X Ar authtype @@ -173,6 +173,10 @@ Displays data written to the pty. .It Cm exercise Has not been implemented yet. .El +.It Fl e +require encryption to be turned on (in both direction) by the client +and disconnects if the client tries to turn the encryption off (in +either direction). .It Fl h Disables the printing of host-specific information before login has been completed.