summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.87
1 files changed, 7 insertions, 0 deletions
diff --git a/sshd.8 b/sshd.8
index 41fc5051a..c67846025 100644
--- a/sshd.8
+++ b/sshd.8
@@ -825,6 +825,12 @@ the user's home directory becomes accessible.
825This file should be writable only by the user, and need not be 825This file should be writable only by the user, and need not be
826readable by anyone else. 826readable by anyone else.
827.Pp 827.Pp
828.It Pa /etc/hosts.allow
829.It Pa /etc/hosts.deny
830Access controls that should be enforced by tcp-wrappers are defined here.
831Further details are described in
832.Xr hosts_access 5 .
833.Pp
828.It Pa /etc/hosts.equiv 834.It Pa /etc/hosts.equiv
829This file is for host-based authentication (see 835This file is for host-based authentication (see
830.Xr ssh 1 ) . 836.Xr ssh 1 ) .
@@ -929,6 +935,7 @@ The content of this file is not sensitive; it can be world-readable.
929.Xr ssh-keygen 1 , 935.Xr ssh-keygen 1 ,
930.Xr ssh-keyscan 1 , 936.Xr ssh-keyscan 1 ,
931.Xr chroot 2 , 937.Xr chroot 2 ,
938.Xr hosts_access 5 ,
932.Xr login.conf 5 , 939.Xr login.conf 5 ,
933.Xr moduli 5 , 940.Xr moduli 5 ,
934.Xr sshd_config 5 , 941.Xr sshd_config 5 ,