diff options
| author | Alexey Zelkin <phantom@FreeBSD.org> | 2000-01-07 13:14:32 +0000 |
|---|---|---|
| committer | Alexey Zelkin <phantom@FreeBSD.org> | 2000-01-07 13:14:32 +0000 |
| commit | 4df223aaf619061c89ac1712f7367e2e89443cef (patch) | |
| tree | ee126140159b8511cc297cc25a5576532584b38e /libexec | |
| parent | eee003f78e8f881bcdc80b84008822811e614d04 (diff) | |
Notes
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 7eebc2bb6d0f..14d7a93de5f0 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 e349ea0c7b33..80cdbc121b7e 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. |
