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/rshd | |
| parent | eee003f78e8f881bcdc80b84008822811e614d04 (diff) | |
Notes
Diffstat (limited to 'libexec/rshd')
| -rw-r--r-- | libexec/rshd/rshd.8 | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/libexec/rshd/rshd.8 b/libexec/rshd/rshd.8 index e349ea0c7b330..80cdbc121b7e7 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. |
