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 c5f8987d2..730520231 100644
--- a/sshd.8
+++ b/sshd.8
@@ -893,6 +893,12 @@ the user's home directory becomes accessible.
893This file should be writable only by the user, and need not be 893This file should be writable only by the user, and need not be
894readable by anyone else. 894readable by anyone else.
895.Pp 895.Pp
896.It Pa /etc/hosts.allow
897.It Pa /etc/hosts.deny
898Access controls that should be enforced by tcp-wrappers are defined here.
899Further details are described in
900.Xr hosts_access 5 .
901.Pp
896.It Pa /etc/hosts.equiv 902.It Pa /etc/hosts.equiv
897This file is for host-based authentication (see 903This file is for host-based authentication (see
898.Xr ssh 1 ) . 904.Xr ssh 1 ) .
@@ -995,6 +1001,7 @@ The content of this file is not sensitive; it can be world-readable.
995.Xr ssh-keygen 1 , 1001.Xr ssh-keygen 1 ,
996.Xr ssh-keyscan 1 , 1002.Xr ssh-keyscan 1 ,
997.Xr chroot 2 , 1003.Xr chroot 2 ,
1004.Xr hosts_access 5 ,
998.Xr login.conf 5 , 1005.Xr login.conf 5 ,
999.Xr moduli 5 , 1006.Xr moduli 5 ,
1000.Xr sshd_config 5 , 1007.Xr sshd_config 5 ,