diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1996-12-16 00:01:28 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1996-12-16 00:01:28 +0000 |
| commit | d3b133fb1ce6ea6ab4eadd90971fa0ca835dc31f (patch) | |
| tree | f4a76299be37c2400d0560fadd0089dc72045bba /libexec | |
| parent | 9263e09a247b12a1891ac363c78dfc664acccd46 (diff) | |
Notes
Diffstat (limited to 'libexec')
| -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 a702b137d0a7c..82541ceb8ead6 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 |
