summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2014-10-07 13:22:41 +0100
committerColin Watson <cjwatson@debian.org>2017-10-04 13:54:48 +0100
commitcdd9076a145a95c21538eedb3f728a897480c5de (patch)
treed5a4d34835324b6f30d17b5eade02ba785c2e7ca /sshd.8
parent4e70490950e5c5134df48848affaf73685bf0284 (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.87
1 files changed, 7 insertions, 0 deletions
diff --git a/sshd.8 b/sshd.8
index a4201146b..2ed523a2c 100644
--- a/sshd.8
+++ b/sshd.8
@@ -839,6 +839,12 @@ the user's home directory becomes accessible.
839This file should be writable only by the user, and need not be 839This file should be writable only by the user, and need not be
840readable by anyone else. 840readable by anyone else.
841.Pp 841.Pp
842.It Pa /etc/hosts.allow
843.It Pa /etc/hosts.deny
844Access controls that should be enforced by tcp-wrappers are defined here.
845Further details are described in
846.Xr hosts_access 5 .
847.Pp
842.It Pa /etc/hosts.equiv 848.It Pa /etc/hosts.equiv
843This file is for host-based authentication (see 849This file is for host-based authentication (see
844.Xr ssh 1 ) . 850.Xr ssh 1 ) .
@@ -943,6 +949,7 @@ The content of this file is not sensitive; it can be world-readable.
943.Xr ssh-keygen 1 , 949.Xr ssh-keygen 1 ,
944.Xr ssh-keyscan 1 , 950.Xr ssh-keyscan 1 ,
945.Xr chroot 2 , 951.Xr chroot 2 ,
952.Xr hosts_access 5 ,
946.Xr login.conf 5 , 953.Xr login.conf 5 ,
947.Xr moduli 5 , 954.Xr moduli 5 ,
948.Xr sshd_config 5 , 955.Xr sshd_config 5 ,