diff options
author | phantom <phantom@FreeBSD.org> | 2000-01-07 13:14:32 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2000-01-07 13:14:32 +0000 |
commit | db3639c852f368f43ed7c6942ba649caaf310690 (patch) | |
tree | 44df7ef1741e94c0aaf1eb06e27b1db1b3c13ee8 /libexec | |
parent | 11b97513a0b21eef066b4c504596a8725a1a30ee (diff) | |
download | FreeBSD-src-db3639c852f368f43ed7c6942ba649caaf310690.zip FreeBSD-src-db3639c852f368f43ed7c6942ba649caaf310690.tar.gz |
. mdoc(7)'fy
. add Xrs to hosts.equiv(5), auth.conf(5), services(5) to some pages
. sort Xrs in SEE ALSO sections
Patches based on PR: docs/15680
Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/rlogind/rlogind.8 | 24 | ||||
-rw-r--r-- | libexec/rshd/rshd.8 | 16 |
2 files changed, 29 insertions, 11 deletions
diff --git a/libexec/rlogind/rlogind.8 b/libexec/rlogind/rlogind.8 index 7eebc2b..14d7a93 100644 --- a/libexec/rlogind/rlogind.8 +++ b/libexec/rlogind/rlogind.8 @@ -74,13 +74,17 @@ Enable vacuous mode. Enable .Tn DES encryption for all data passed via the rlogin -session. This may impact response time -and CPU utilization, but provides increased security. +session. This may impact response time +and +.Tn CPU +utilization, but provides increased security. .El .Pp .Nm Rlogind listens for service requests at the port indicated in -the ``login'' service specification; see +the +.Dq login +service specification; see .Xr services 5 . When a service request is received the following protocol is initiated: @@ -169,21 +173,27 @@ by the server failed. .Sh SEE ALSO .Xr login 1 , .Xr ruserok 3 , +.Xr hosts.equiv 5 , .Xr hosts 5 , +.Xr login.conf 5 , .Xr nologin 5 , -.Xr rshd 8 +.Xr services 5 , +.Xr rshd 8 . .Sh FILES .Bl -tag -width /etc/hostsxxxxxxxx -compact .It Pa /etc/hosts .It Pa /etc/hosts.equiv -.It Pa $HOME/.rhosts +.Sm off +.It Pa Ev $HOME /.rhosts +.Sm on .It Pa /var/run/nologin .El - .Sh BUGS The authentication procedure used here assumes the integrity of each client machine and the connecting medium. This is -insecure, but is useful in an ``open'' environment. +insecure, but is useful in an +.Dq open +environment. .Pp A facility to allow all data exchanges to be encrypted should be present. diff --git a/libexec/rshd/rshd.8 b/libexec/rshd/rshd.8 index e349ea0..80cdbc1 100644 --- a/libexec/rshd/rshd.8 +++ b/libexec/rshd/rshd.8 @@ -56,7 +56,9 @@ The .Nm server listens for service requests at the port indicated in -the ``cmd'' service specification; see +the +.Dq cmd +service specification; see .Xr services 5 . When a service request is received the following protocol is initiated: @@ -87,7 +89,7 @@ and requests the corresponding host name (see .Xr gethostbyaddr 3 , .Xr hosts 5 and -.Xr named 8 ). +.Xr named 8 ) . If the hostname cannot be determined or the hostname and address do not match after verification, the dot-notation representation of the host address is used. @@ -218,6 +220,8 @@ and is not preceded by a flag byte. .Xr gethostbyaddr 3 , .Xr rcmd 3 , .Xr ruserok 3 , +.Xr auth.conf 5 , +.Xr hosts.equiv 5 , .Xr hosts 5 , .Xr login.conf 5 , .Xr nologin 5 , @@ -230,13 +234,17 @@ and is not preceded by a flag byte. .It Pa /etc/hosts .It Pa /etc/hosts.equiv .It Pa /etc/login.conf -.It Pa $HOME/.rhosts +.Sm off +.It Pa Ev $HOME /.rhosts +.Sm on .It Pa /var/run/nologin .El .Sh BUGS The authentication procedure used here assumes the integrity of each client machine and the connecting medium. This is -insecure, but is useful in an ``open'' environment. +insecure, but is useful in an +.Dq open +environment. .Pp A facility to allow all data exchanges to be encrypted should be present. |