diff options
author | mpp <mpp@FreeBSD.org> | 1996-12-16 00:01:28 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1996-12-16 00:01:28 +0000 |
commit | 1380efe8720f7f9619563bb73a96e439b98bd443 (patch) | |
tree | f4a76299be37c2400d0560fadd0089dc72045bba | |
parent | d6af96c6228526de138c42ce2110c6dbd99f541e (diff) | |
download | FreeBSD-src-1380efe8720f7f9619563bb73a96e439b98bd443.zip FreeBSD-src-1380efe8720f7f9619563bb73a96e439b98bd443.tar.gz |
Document the -k, -v and -x options.
Closes PR# 801.
-rw-r--r-- | libexec/rlogind/rlogind.8 | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/libexec/rlogind/rlogind.8 b/libexec/rlogind/rlogind.8 index a702b13..82541ce 100644 --- a/libexec/rlogind/rlogind.8 +++ b/libexec/rlogind/rlogind.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rlogind.8 8.1 (Berkeley) 6/4/93 -.\" $Id$ +.\" $Id: rlogind.8,v 1.4 1996/09/22 21:54:55 wosch Exp $ .\" .Dd June 4, 1993 .Dt RLOGIND 8 @@ -64,6 +64,20 @@ file, unless the user is logging in as the superuser. Disable keep-alive messages. .El .Pp +The following options are valid only if Kerberos is in use: +.Bl -tag -width Ds +.It Fl k +Enable Kerberos authentication. +.It Fl v +Enable vacuous mode. +.It Fl x +Enable +.Tn DES +encryption for all data passed via the rlogin +session. This may impact response time +and CPU utilization, but provides increased security. +.El +.Pp .Nm Rlogind listens for service requests at the port indicated in the ``login'' service specification; see |