diff options
author | nsayer <nsayer@FreeBSD.org> | 2000-05-15 14:06:07 +0000 |
---|---|---|
committer | nsayer <nsayer@FreeBSD.org> | 2000-05-15 14:06:07 +0000 |
commit | 21a39613d00a261c0913fc7b6bc3f230e70261e1 (patch) | |
tree | 5af1924e5f68c4700891dd3c029c3e9129fd962a | |
parent | 5b8d64c4b3e5aa2862b74a4e4749c98469d3f16a (diff) | |
download | FreeBSD-src-21a39613d00a261c0913fc7b6bc3f230e70261e1.zip FreeBSD-src-21a39613d00a261c0913fc7b6bc3f230e70261e1.tar.gz |
Man page fixups
Submitted by: sheldonh@uunet.co.za
-rw-r--r-- | libexec/rexecd/rexecd.8 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/libexec/rexecd/rexecd.8 b/libexec/rexecd/rexecd.8 index b29f38e..e0dc588 100644 --- a/libexec/rexecd/rexecd.8 +++ b/libexec/rexecd/rexecd.8 @@ -39,7 +39,8 @@ .Nm rexecd .Nd remote execution server .Sh SYNOPSIS -.Nm rexecd [-i] +.Nm rexecd +.Op Fl i .Sh DESCRIPTION .Nm Rexecd is the server for the @@ -99,9 +100,11 @@ by .El .Sh CAVEATS .Nm Rexecd -will not allow root logins unless the -i option is given on -the command line (typically in inetd.conf). It will also -disallow access for users listed in +will not allow root logins unless the +.Fl i +option is given on the command line (typically in +.Pa /etc/inetd.conf ) . +It will also disallow access for users listed in .Pa /etc/ftpusers , or users with no passwords, which were all serious security holes. The entire concept of rexec/rexecd is a major security hole and an example |