diff options
author | Colin Watson <cjwatson@debian.org> | 2014-10-07 13:22:41 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2016-08-07 12:18:42 +0100 |
commit | c027de5eb3e6cb1718990841c2a9cbc89fd53151 (patch) | |
tree | dcbb7d53e5952bf02ef3dfe96dd0a184c8c307c2 /sshd.8 | |
parent | eecddf8b72fcad83ccca43b1badb03782704f6b7 (diff) |
Restore TCP wrappers support
Support for TCP wrappers was dropped in OpenSSH 6.7. See this message
and thread:
https://lists.mindrot.org/pipermail/openssh-unix-dev/2014-April/032497.html
It is true that this reduces preauth attack surface in sshd. On the
other hand, this support seems to be quite widely used, and abruptly
dropping it (from the perspective of users who don't read
openssh-unix-dev) could easily cause more serious problems in practice.
It's not entirely clear what the right long-term answer for Debian is,
but it at least probably doesn't involve dropping this feature shortly
before a freeze.
Forwarded: not-needed
Last-Update: 2014-10-07
Patch-Name: restore-tcp-wrappers.patch
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 , |