aboutsummaryrefslogtreecommitdiff
path: root/libexec/rshd
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-05-16 22:12:12 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-05-16 22:12:12 +0000
commit38e3e1c352578f5aa55f253651d9d3a4efb72671 (patch)
treea8901e89e1c47eb14b666df856b5e6af83f87cdb /libexec/rshd
parent426994532f99d53aca811d94d647aee721ca27d9 (diff)
downloadsrc-38e3e1c352578f5aa55f253651d9d3a4efb72671.tar.gz
src-38e3e1c352578f5aa55f253651d9d3a4efb72671.zip
Markup fixes.
Notes
Notes: svn path=/head/; revision=129307
Diffstat (limited to 'libexec/rshd')
-rw-r--r--libexec/rshd/rshd.819
1 files changed, 11 insertions, 8 deletions
diff --git a/libexec/rshd/rshd.8 b/libexec/rshd/rshd.8
index 42a6c58638f6..392f941154ab 100644
--- a/libexec/rshd/rshd.8
+++ b/libexec/rshd/rshd.8
@@ -247,14 +247,17 @@ 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
+Post-PAM,
+.Fx
+also needs the following patch applied besides properly configuring
+.Pa .rhosts :
+.Bd -literal -offset indent
+--- 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
+.Ed
.Pp
A more extensible protocol (such as Telnet) should be used.
.Sh HISTORY