diff options
| author | Nick Sayer <nsayer@FreeBSD.org> | 2000-05-15 14:06:07 +0000 |
|---|---|---|
| committer | Nick Sayer <nsayer@FreeBSD.org> | 2000-05-15 14:06:07 +0000 |
| commit | 210376ef1630381348f6e8cb71f21484b917e2b4 (patch) | |
| tree | 52239c5198b2423b4eb4abb509f1e39915a48a1a /libexec/rexecd | |
| parent | 98e05fd3ef02802218db8468180b95c12308159e (diff) | |
Notes
Diffstat (limited to 'libexec/rexecd')
| -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 b29f38eb49a6..e0dc588b19bd 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 |
