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