diff options
author | Hans Insulander <hin@cvs.openbsd.org> | 2001-06-23 22:14:32 +0000 |
---|---|---|
committer | Hans Insulander <hin@cvs.openbsd.org> | 2001-06-23 22:14:32 +0000 |
commit | 1378d6f01a11f0f733bdda45558a05ba27ebb029 (patch) | |
tree | b9f6523bd4e40391f77693ef4f4952eda2fece5d /usr.bin/rsh/rsh.1 | |
parent | 68c59175eaa74240322db7faef879329594fa38c (diff) |
Don't lie about Kerberos and encryption.
Result of a conversation with pjanzen@
ok deraadt@
Diffstat (limited to 'usr.bin/rsh/rsh.1')
-rw-r--r-- | usr.bin/rsh/rsh.1 | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/usr.bin/rsh/rsh.1 b/usr.bin/rsh/rsh.1 index 8c06f6a26ee..6db16d75819 100644 --- a/usr.bin/rsh/rsh.1 +++ b/usr.bin/rsh/rsh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rsh.1,v 1.8 2000/11/09 17:52:35 aaron Exp $ +.\" $OpenBSD: rsh.1,v 1.9 2001/06/23 22:14:28 hin Exp $ .\" .\" Copyright (c) 1983, 1990 The Regents of the University of California. .\" All rights reserved. @@ -93,11 +93,6 @@ Redirect input from the special device (see the .Sx BUGS section of this manual page). -.It Fl x -Enable -.Tn DES -encryption for all data exchange. -This may introduce a significant delay in response time. .El .Pp If no @@ -181,3 +176,7 @@ Stop signals stop the local .Nm process only; this is arguably wrong, but currently hard to fix for reasons too complicated to explain here. +.Pp +.Nm +does currently not support encryption of the datastream when Kerberos +authentication is used. |