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