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 968ba66bb..c8299d5e5 100644
--- a/sshd.8
+++ b/sshd.8
@@ -845,6 +845,12 @@ the user's home directory becomes accessible.
845This file should be writable only by the user, and need not be 845This file should be writable only by the user, and need not be
846readable by anyone else. 846readable by anyone else.
847.Pp 847.Pp
848.It Pa /etc/hosts.allow
849.It Pa /etc/hosts.deny
850Access controls that should be enforced by tcp-wrappers are defined here.
851Further details are described in
852.Xr hosts_access 5 .
853.Pp
848.It Pa /etc/hosts.equiv 854.It Pa /etc/hosts.equiv
849This file is for host-based authentication (see 855This file is for host-based authentication (see
850.Xr ssh 1 ) . 856.Xr ssh 1 ) .
@@ -947,6 +953,7 @@ The content of this file is not sensitive; it can be world-readable.
947.Xr ssh-keygen 1 , 953.Xr ssh-keygen 1 ,
948.Xr ssh-keyscan 1 , 954.Xr ssh-keyscan 1 ,
949.Xr chroot 2 , 955.Xr chroot 2 ,
956.Xr hosts_access 5 ,
950.Xr login.conf 5 , 957.Xr login.conf 5 ,
951.Xr moduli 5 , 958.Xr moduli 5 ,
952.Xr sshd_config 5 , 959.Xr sshd_config 5 ,