diff options
Diffstat (limited to 'sshd.8')
-rw-r--r-- | sshd.8 | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -825,6 +825,12 @@ the user's home directory becomes accessible. | |||
825 | This file should be writable only by the user, and need not be | 825 | This file should be writable only by the user, and need not be |
826 | readable by anyone else. | 826 | readable by anyone else. |
827 | .Pp | 827 | .Pp |
828 | .It Pa /etc/hosts.allow | ||
829 | .It Pa /etc/hosts.deny | ||
830 | Access controls that should be enforced by tcp-wrappers are defined here. | ||
831 | Further details are described in | ||
832 | .Xr hosts_access 5 . | ||
833 | .Pp | ||
828 | .It Pa /etc/hosts.equiv | 834 | .It Pa /etc/hosts.equiv |
829 | This file is for host-based authentication (see | 835 | This file is for host-based authentication (see |
830 | .Xr ssh 1 ) . | 836 | .Xr ssh 1 ) . |
@@ -929,6 +935,7 @@ The content of this file is not sensitive; it can be world-readable. | |||
929 | .Xr ssh-keygen 1 , | 935 | .Xr ssh-keygen 1 , |
930 | .Xr ssh-keyscan 1 , | 936 | .Xr ssh-keyscan 1 , |
931 | .Xr chroot 2 , | 937 | .Xr chroot 2 , |
938 | .Xr hosts_access 5 , | ||
932 | .Xr login.conf 5 , | 939 | .Xr login.conf 5 , |
933 | .Xr moduli 5 , | 940 | .Xr moduli 5 , |
934 | .Xr sshd_config 5 , | 941 | .Xr sshd_config 5 , |