diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-12-17 22:38:57 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-12-17 22:38:57 +0000 |
| commit | cf3fef3bdde7ad651e400544faf44440a1d5c6b5 (patch) | |
| tree | 97394bb027a6991c5b6d9d0ce0db943298d73ea5 /libexec/rshd | |
| parent | eb5b0e05655c0d9bf741be2f028202d604eafcb3 (diff) | |
Notes
Diffstat (limited to 'libexec/rshd')
| -rw-r--r-- | libexec/rshd/rshd.8 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libexec/rshd/rshd.8 b/libexec/rshd/rshd.8 index b06cca9a128a..42a6c58638f6 100644 --- a/libexec/rshd/rshd.8 +++ b/libexec/rshd/rshd.8 @@ -247,6 +247,15 @@ environment. A facility to allow all data exchanges to be encrypted should be present. .Pp +Post-PAM, FreeBSD also needs the following patch applied besides +properly configuring +.Pa .rhosts . + --- etc/pam.d/rsh.orig Wed Dec 17 14:36:20 2003 + +++ etc/pam.d/rsh Wed Dec 17 14:30:43 2003 + @@ -9 +9 @@ + -auth required pam_rhosts.so no_warn + +auth required pam_rhosts.so no_warn allow_root +.Pp A more extensible protocol (such as Telnet) should be used. .Sh HISTORY IPv6 support was added by WIDE/KAME project. |
