diff options
Diffstat (limited to 'sshd.8')
-rw-r--r-- | sshd.8 | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -880,6 +880,12 @@ the user's home directory becomes accessible. | |||
880 | This file should be writable only by the user, and need not be | 880 | This file should be writable only by the user, and need not be |
881 | readable by anyone else. | 881 | readable by anyone else. |
882 | .Pp | 882 | .Pp |
883 | .It Pa /etc/hosts.allow | ||
884 | .It Pa /etc/hosts.deny | ||
885 | Access controls that should be enforced by tcp-wrappers are defined here. | ||
886 | Further details are described in | ||
887 | .Xr hosts_access 5 . | ||
888 | .Pp | ||
883 | .It Pa /etc/hosts.equiv | 889 | .It Pa /etc/hosts.equiv |
884 | This file is for host-based authentication (see | 890 | This file is for host-based authentication (see |
885 | .Xr ssh 1 ) . | 891 | .Xr ssh 1 ) . |
@@ -986,6 +992,7 @@ The content of this file is not sensitive; it can be world-readable. | |||
986 | .Xr ssh-keygen 1 , | 992 | .Xr ssh-keygen 1 , |
987 | .Xr ssh-keyscan 1 , | 993 | .Xr ssh-keyscan 1 , |
988 | .Xr chroot 2 , | 994 | .Xr chroot 2 , |
995 | .Xr hosts_access 5 , | ||
989 | .Xr login.conf 5 , | 996 | .Xr login.conf 5 , |
990 | .Xr moduli 5 , | 997 | .Xr moduli 5 , |
991 | .Xr sshd_config 5 , | 998 | .Xr sshd_config 5 , |