diff options
Diffstat (limited to 'sshd.8')
-rw-r--r-- | sshd.8 | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -893,6 +893,12 @@ the user's home directory becomes accessible. | |||
893 | This file should be writable only by the user, and need not be | 893 | This file should be writable only by the user, and need not be |
894 | readable by anyone else. | 894 | readable by anyone else. |
895 | .Pp | 895 | .Pp |
896 | .It Pa /etc/hosts.allow | ||
897 | .It Pa /etc/hosts.deny | ||
898 | Access controls that should be enforced by tcp-wrappers are defined here. | ||
899 | Further details are described in | ||
900 | .Xr hosts_access 5 . | ||
901 | .Pp | ||
896 | .It Pa /etc/hosts.equiv | 902 | .It Pa /etc/hosts.equiv |
897 | This file is for host-based authentication (see | 903 | This 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 , |