summaryrefslogtreecommitdiffstats
path: root/libexec/rlogind/rlogind.8
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/rlogind/rlogind.8')
-rw-r--r--libexec/rlogind/rlogind.830
1 files changed, 29 insertions, 1 deletions
diff --git a/libexec/rlogind/rlogind.8 b/libexec/rlogind/rlogind.8
index 9c19933..7c565e3 100644
--- a/libexec/rlogind/rlogind.8
+++ b/libexec/rlogind/rlogind.8
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)rlogind.8 8.1 (Berkeley) 6/4/93
+.\" $Id$
.\"
.Dd June 4, 1993
.Dt RLOGIND 8
@@ -39,7 +40,7 @@
.Nd remote login server
.Sh SYNOPSIS
.Nm rlogind
-.Op Fl aln
+.Op Fl Daln
.Sh DESCRIPTION
.Nm Rlogind
is the server for the
@@ -50,6 +51,9 @@ with authentication based on privileged port numbers from trusted hosts.
Options supported by
.Nm rlogind :
.Bl -tag -width Ds
+.It Fl D
+Set TCP_NODELAY socket option. This improves responsiveness at the expense of
+some additional network traffic.
.It Fl a
Ask hostname for verification.
.It Fl l
@@ -60,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
@@ -151,7 +169,17 @@ by the server failed.
.Sh SEE ALSO
.Xr login 1 ,
.Xr ruserok 3 ,
+.Xr hosts 5 ,
+.Xr nologin 5 ,
.Xr rshd 8
+.Sh FILES
+.Bl -tag -width /etc/hostsxxxxxxxx -compact
+.It Pa /etc/hosts
+.It Pa /etc/hosts.equiv
+.It Pa $HOME/.rhosts
+.It Pa /etc/nologin
+.El
+
.Sh BUGS
The authentication procedure used here assumes the integrity
of each client machine and the connecting medium. This is
OpenPOWER on IntegriCloud