diff options
author | wosch <wosch@FreeBSD.org> | 1996-01-28 23:57:38 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1996-01-28 23:57:38 +0000 |
commit | ddc4317586f747286d2bfdfa5059241622f2193e (patch) | |
tree | df5a19e82d836e8de410d3d6af14de43613940ee /libexec | |
parent | 251eddd54e25c8013f4ba7e51bd0de72cd9c52f5 (diff) | |
download | FreeBSD-src-ddc4317586f747286d2bfdfa5059241622f2193e.zip FreeBSD-src-ddc4317586f747286d2bfdfa5059241622f2193e.tar.gz |
Section FILES and SEE ALSO completed
Section FILES and SEE ALSO completed
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/rshd/rshd.8 | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/libexec/rshd/rshd.8 b/libexec/rshd/rshd.8 index 82e1991..d7178c4 100644 --- a/libexec/rshd/rshd.8 +++ b/libexec/rshd/rshd.8 @@ -196,8 +196,25 @@ and is not preceded by a flag byte. .El .Sh SEE ALSO .Xr rsh 1 , +.Xr rlogin 1 , .Xr rcmd 3 , -.Xr ruserok 3 +.Xr ruserok 3 , +.Xr gethostbyaddr 3 , +.Xr services 5 , +.Xr hosts 5 , +.Xr nologin 5 , +.Xr named 8 , +.Xr rlogind 8 , +.Xr syslogd 8 . + +.Sh FILES +.Bl -tag -width /etc/hosts -compact +.It Pa /etc/hosts +.It Pa /etc/hosts.equiv +.It Pa $HOME/.rhosts +.It Pa /etc/nologin +.El + .Sh BUGS The authentication procedure used here assumes the integrity of each client machine and the connecting medium. This is |