Markup fixes.
This commit is contained in:
parent
426994532f
commit
38e3e1c352
@ -247,14 +247,17 @@ environment.
|
|||||||
A facility to allow all data exchanges to be encrypted should be
|
A facility to allow all data exchanges to be encrypted should be
|
||||||
present.
|
present.
|
||||||
.Pp
|
.Pp
|
||||||
Post-PAM, FreeBSD also needs the following patch applied besides
|
Post-PAM,
|
||||||
properly configuring
|
.Fx
|
||||||
.Pa .rhosts .
|
also needs the following patch applied besides properly configuring
|
||||||
--- etc/pam.d/rsh.orig Wed Dec 17 14:36:20 2003
|
.Pa .rhosts :
|
||||||
+++ etc/pam.d/rsh Wed Dec 17 14:30:43 2003
|
.Bd -literal -offset indent
|
||||||
@@ -9 +9 @@
|
--- etc/pam.d/rsh.orig Wed Dec 17 14:36:20 2003
|
||||||
-auth required pam_rhosts.so no_warn
|
+++ etc/pam.d/rsh Wed Dec 17 14:30:43 2003
|
||||||
+auth required pam_rhosts.so no_warn allow_root
|
@@ -9 +9 @@
|
||||||
|
-auth required pam_rhosts.so no_warn
|
||||||
|
+auth required pam_rhosts.so no_warn allow_root
|
||||||
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
A more extensible protocol (such as Telnet) should be used.
|
A more extensible protocol (such as Telnet) should be used.
|
||||||
.Sh HISTORY
|
.Sh HISTORY
|
||||||
|
Loading…
Reference in New Issue
Block a user