diff options
author | Hans Insulander <hin@cvs.openbsd.org> | 2002-03-22 13:49:29 +0000 |
---|---|---|
committer | Hans Insulander <hin@cvs.openbsd.org> | 2002-03-22 13:49:29 +0000 |
commit | 4202aec9f4c7a04f46877a2707245f830aa01692 (patch) | |
tree | 4df04dd6abfd5ec78204c1dea9e7000b6accd8e3 /usr.bin/telnet/telnet.1 | |
parent | 472456049e5d598acd2f5fc39cecf6a177ba83b8 (diff) |
Telnet encryption warning messages, taken from kth-krb4-1.1.1.
(krb4-1.1.1 will be imported after release)
Noone bothered to look at this, but I've used this for a couple of weeks,
and i really want this to go in before release.
Diffstat (limited to 'usr.bin/telnet/telnet.1')
-rw-r--r-- | usr.bin/telnet/telnet.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/telnet/telnet.1 b/usr.bin/telnet/telnet.1 index cffff7782d4..1ce44cd8c30 100644 --- a/usr.bin/telnet/telnet.1 +++ b/usr.bin/telnet/telnet.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: telnet.1,v 1.28 2001/06/23 22:14:27 hin Exp $ +.\" $OpenBSD: telnet.1,v 1.29 2002/03/22 13:49:28 hin Exp $ .\" $NetBSD: telnet.1,v 1.5 1996/02/28 21:04:12 thorpej Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 @@ -186,7 +186,10 @@ unless modified by the .Fl e option. .It Fl x -Turns on encryption of the data stream if Kerberos is used. +Turn on encryption of the data stream. When this option is turned on, +.Nm +will exit with an error if authentication cannot be negotiated or if +encryption cannot be turned on. .It Ar host Indicates the official name, an alias, or the Internet address of a remote host. |