diff options
Diffstat (limited to 'sshd.8')
-rw-r--r-- | sshd.8 | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -851,6 +851,12 @@ the user's home directory becomes accessible. | |||
851 | This file should be writable only by the user, and need not be | 851 | This file should be writable only by the user, and need not be |
852 | readable by anyone else. | 852 | readable by anyone else. |
853 | .Pp | 853 | .Pp |
854 | .It Pa /etc/hosts.allow | ||
855 | .It Pa /etc/hosts.deny | ||
856 | Access controls that should be enforced by tcp-wrappers are defined here. | ||
857 | Further details are described in | ||
858 | .Xr hosts_access 5 . | ||
859 | .Pp | ||
854 | .It Pa /etc/hosts.equiv | 860 | .It Pa /etc/hosts.equiv |
855 | This file is for host-based authentication (see | 861 | This file is for host-based authentication (see |
856 | .Xr ssh 1 ) . | 862 | .Xr ssh 1 ) . |
@@ -954,6 +960,7 @@ The content of this file is not sensitive; it can be world-readable. | |||
954 | .Xr ssh-keygen 1 , | 960 | .Xr ssh-keygen 1 , |
955 | .Xr ssh-keyscan 1 , | 961 | .Xr ssh-keyscan 1 , |
956 | .Xr chroot 2 , | 962 | .Xr chroot 2 , |
963 | .Xr hosts_access 5 , | ||
957 | .Xr login.conf 5 , | 964 | .Xr login.conf 5 , |
958 | .Xr moduli 5 , | 965 | .Xr moduli 5 , |
959 | .Xr sshd_config 5 , | 966 | .Xr sshd_config 5 , |