diff options
author | 1996-07-13 11:23:17 +0000 | |
---|---|---|
committer | 1996-07-13 11:23:17 +0000 | |
commit | 66a36b81ff2343df70e1b58485d0e5f3986d0da0 (patch) | |
tree | 9252e27f9197cd49820aaee721ebb39492f9c136 | |
parent | enable ttyv[1-2] for pcvt; and tty00 for serial console. new init is smart (diff) | |
download | wireguard-openbsd-66a36b81ff2343df70e1b58485d0e5f3986d0da0.tar.xz wireguard-openbsd-66a36b81ff2343df70e1b58485d0e5f3986d0da0.zip |
print flag options at top, nicer
-rw-r--r-- | libexec/rshd/rshd.8 | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/libexec/rshd/rshd.8 b/libexec/rshd/rshd.8 index a78713a3964..8af0725bd02 100644 --- a/libexec/rshd/rshd.8 +++ b/libexec/rshd/rshd.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)rshd.8 8.1 (Berkeley) 6/4/93 -.\" $Id: rshd.8,v 1.1.1.1 1995/10/18 08:43:22 deraadt Exp $ +.\" $Id: rshd.8,v 1.2 1996/07/13 11:23:17 deraadt Exp $ .\" .Dd June 4, 1993 .Dt RSHD 8 @@ -52,6 +52,21 @@ routine and, consequently, for the program. The server provides remote execution facilities with authentication based on privileged port numbers from trusted hosts. .Pp +Options supported by +.Nm rshd : +.Bl -tag -width Ds +.It Fl a +Ask hostname for verification. +.It Fl l +Prevent any authentication based on the user's +.Dq Pa .rhosts +file, unless the user is logging in as the superuser. +.It Fl n +Disable keep-alive messages. +.It Fl L +Log successful accesses very verbosely. +.El +.Pp The .Nm rshd server |