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 6c521f23e..589841fcc 100644
--- a/sshd.8
+++ b/sshd.8
@@ -880,6 +880,12 @@ the user's home directory becomes accessible.
880This file should be writable only by the user, and need not be 880This file should be writable only by the user, and need not be
881readable by anyone else. 881readable by anyone else.
882.Pp 882.Pp
883.It Pa /etc/hosts.allow
884.It Pa /etc/hosts.deny
885Access controls that should be enforced by tcp-wrappers are defined here.
886Further details are described in
887.Xr hosts_access 5 .
888.Pp
883.It Pa /etc/hosts.equiv 889.It Pa /etc/hosts.equiv
884This file is for host-based authentication (see 890This file is for host-based authentication (see
885.Xr ssh 1 ) . 891.Xr ssh 1 ) .
@@ -986,6 +992,7 @@ The content of this file is not sensitive; it can be world-readable.
986.Xr ssh-keygen 1 , 992.Xr ssh-keygen 1 ,
987.Xr ssh-keyscan 1 , 993.Xr ssh-keyscan 1 ,
988.Xr chroot 2 , 994.Xr chroot 2 ,
995.Xr hosts_access 5 ,
989.Xr login.conf 5 , 996.Xr login.conf 5 ,
990.Xr moduli 5 , 997.Xr moduli 5 ,
991.Xr sshd_config 5 , 998.Xr sshd_config 5 ,