diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/appl/telnet/telnet/ChangeLog | 2 | ||||
| -rw-r--r-- | src/appl/telnet/telnet/telnet.1 | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/src/appl/telnet/telnet/ChangeLog b/src/appl/telnet/telnet/ChangeLog index 1f8fcaed6..78a4d41bb 100644 --- a/src/appl/telnet/telnet/ChangeLog +++ b/src/appl/telnet/telnet/ChangeLog @@ -1,6 +1,8 @@ Tue Sep 10 14:09:49 1996 Tom Yu <tlyu@mit.edu> * telnet.1: remove ".so man1/header.doc" + * telnet.1: Update -x flag usage to reflect our behavior of + dropping connection if encryption cannot be negotiated. Sat Jul 27 21:34:22 1996 Sam Hartman <hartmans@tertius.mit.edu> diff --git a/src/appl/telnet/telnet/telnet.1 b/src/appl/telnet/telnet/telnet.1 index cef8f5d1a..52367b7d8 100644 --- a/src/appl/telnet/telnet/telnet.1 +++ b/src/appl/telnet/telnet/telnet.1 @@ -161,7 +161,10 @@ unless modified by the option. .TP \fB\-x\fP -Turn on encryption of the data stream. +Turn on encryption of the data stream. When this option is turned on, +.B telnet +will exit with an error if authentication cannot be negotiated or if +encryption cannot be turned on. .TP .I host Indicates the name, alias, or Internet address of the remote host. |
