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 b2fad56d3..97d547ffa 100644
--- a/sshd.8
+++ b/sshd.8
@@ -900,6 +900,12 @@ the user's home directory becomes accessible.
900This file should be writable only by the user, and need not be 900This file should be writable only by the user, and need not be
901readable by anyone else. 901readable by anyone else.
902.Pp 902.Pp
903.It Pa /etc/hosts.allow
904.It Pa /etc/hosts.deny
905Access controls that should be enforced by tcp-wrappers are defined here.
906Further details are described in
907.Xr hosts_access 5 .
908.Pp
903.It Pa /etc/hosts.equiv 909.It Pa /etc/hosts.equiv
904This file is for host-based authentication (see 910This file is for host-based authentication (see
905.Xr ssh 1 ) . 911.Xr ssh 1 ) .
@@ -1002,6 +1008,7 @@ The content of this file is not sensitive; it can be world-readable.
1002.Xr ssh-keygen 1 , 1008.Xr ssh-keygen 1 ,
1003.Xr ssh-keyscan 1 , 1009.Xr ssh-keyscan 1 ,
1004.Xr chroot 2 , 1010.Xr chroot 2 ,
1011.Xr hosts_access 5 ,
1005.Xr login.conf 5 , 1012.Xr login.conf 5 ,
1006.Xr moduli 5 , 1013.Xr moduli 5 ,
1007.Xr sshd_config 5 , 1014.Xr sshd_config 5 ,