diff options
Diffstat (limited to 'sshd.8')
-rw-r--r-- | sshd.8 | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -873,6 +873,12 @@ the user's home directory becomes accessible. | |||
873 | This file should be writable only by the user, and need not be | 873 | This file should be writable only by the user, and need not be |
874 | readable by anyone else. | 874 | readable by anyone else. |
875 | .Pp | 875 | .Pp |
876 | .It Pa /etc/hosts.allow | ||
877 | .It Pa /etc/hosts.deny | ||
878 | Access controls that should be enforced by tcp-wrappers are defined here. | ||
879 | Further details are described in | ||
880 | .Xr hosts_access 5 . | ||
881 | .Pp | ||
876 | .It Pa /etc/hosts.equiv | 882 | .It Pa /etc/hosts.equiv |
877 | This file is for host-based authentication (see | 883 | This file is for host-based authentication (see |
878 | .Xr ssh 1 ) . | 884 | .Xr ssh 1 ) . |
@@ -975,6 +981,7 @@ The content of this file is not sensitive; it can be world-readable. | |||
975 | .Xr ssh-keygen 1 , | 981 | .Xr ssh-keygen 1 , |
976 | .Xr ssh-keyscan 1 , | 982 | .Xr ssh-keyscan 1 , |
977 | .Xr chroot 2 , | 983 | .Xr chroot 2 , |
984 | .Xr hosts_access 5 , | ||
978 | .Xr login.conf 5 , | 985 | .Xr login.conf 5 , |
979 | .Xr moduli 5 , | 986 | .Xr moduli 5 , |
980 | .Xr sshd_config 5 , | 987 | .Xr sshd_config 5 , |