diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2001-03-05 11:20:11 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2001-03-05 11:20:11 +0000 |
| commit | 895fb5543b0e6ea8dbd5e7a709b17da9bc954ecf (patch) | |
| tree | 37132175c48edd3401b38c276bde729ad2fa1728 | |
| parent | 06fdeaf755694dff89dc218ffc274af85b2fe12c (diff) | |
Notes
| -rw-r--r-- | libexec/rshd/rshd.8 | 37 |
1 files changed, 21 insertions, 16 deletions
diff --git a/libexec/rshd/rshd.8 b/libexec/rshd/rshd.8 index ac312f7ce9c4..b87e25743ce4 100644 --- a/libexec/rshd/rshd.8 +++ b/libexec/rshd/rshd.8 @@ -40,7 +40,7 @@ .Nd remote shell server .Sh SYNOPSIS .Nm -.Op Fl alnDL +.Op Fl \&?DLaln .Sh DESCRIPTION The .Nm @@ -151,25 +151,30 @@ by .Nm . .El .Pp -Transport-level keepalive messages are enabled unless the -.Fl n -option is present. -The use of keepalive messages allows sessions to be timed out -if the client crashes or becomes unreachable. -.Pp -The -.Fl D -option sets the TCP_NODELAY socket option which improves -performance of small back-to-back -writes at the expense of additional network traffic. -.Pp -The -.Fl L -option causes all successful accesses to be logged to +The options are as follows: +.Bl -tag -width indent +.It Fl \&? +Display the usage message, and exit. +.It Fl D +Sets the TCP_NODELAY socket option, which improves the performance +of small back-to-back writes at the expense of additional network +traffic. +.It Fl L +Causes all successful accesses to be logged to .Xr syslogd 8 as .Li auth.info messages. +.It Fl a +This flag is ignored, and is present for compatability purposes. +.It Fl l +Do not use the user's +.Pa .rhosts +file for authentication, unless the user is the superuser. +.It Fl n +Turn off transport level keepalive messages. This will prevent sessions +from timing out if the client crashes or becomes unreachable. +.El .Sh DIAGNOSTICS Except for the last one listed below, all diagnostic messages |
