summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjorn Sandell <biorn@cvs.openbsd.org>2005-10-05 18:58:00 +0000
committerBjorn Sandell <biorn@cvs.openbsd.org>2005-10-05 18:58:00 +0000
commit17064709ddaeaa63c5d46e3c4be0e349d5ac6408 (patch)
treea8f85836b2ac9bff1ee8e8896310d6d483ec65a8
parent72148d55ece0887391a1a28c3fd3cf5e295c1b4c (diff)
Don't mention kerberos here - it has been disabled for some time.
fine jmc@
-rw-r--r--libexec/rshd/rshd.815
1 files changed, 3 insertions, 12 deletions
diff --git a/libexec/rshd/rshd.8 b/libexec/rshd/rshd.8
index 96131da115c..90d290f1d82 100644
--- a/libexec/rshd/rshd.8
+++ b/libexec/rshd/rshd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rshd.8,v 1.17 2005/07/14 21:28:40 jmc Exp $
+.\" $OpenBSD: rshd.8,v 1.18 2005/10/05 18:57:59 biorn Exp $
.\" Copyright (c) 1983, 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -36,7 +36,7 @@
.Nd remote shell server
.Sh SYNOPSIS
.Nm rshd
-.Op Fl akLln
+.Op Fl aLln
.Sh DESCRIPTION
The
.Nm
@@ -52,8 +52,6 @@ The options are as follows:
.Bl -tag -width Ds
.It Fl a
Ask hostname for verification.
-.It Fl k
-Use Kerberos authentication.
.It Fl L
Log successful accesses very verbosely.
.It Fl l
@@ -209,21 +207,14 @@ and is not preceded by a flag byte.
.Xr rsh 1 ,
.Xr ssh 1 ,
.Xr rcmd 3 ,
-.Xr ruserok 3 ,
-.Xr kerberos 8
+.Xr ruserok 3
.Sh BUGS
The authentication procedure used here assumes the integrity
of each client machine and the connecting medium.
This is insecure, so
.Xr ssh 1
-or
-.Xr kerberos 8
should be used instead.
.Pp
-.Nm
-does not currently support encryption of the datastream when Kerberos
-authentication is used.
-.Pp
A more extensible protocol (such as
.Xr ssh 1 )
should be used.