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>2014-10-07 14:26:47 +0100
commitb25d6dd3b6b5a2cb93723586c56d6fa0277ea56a (patch)
tree4d1529682d4c22a5a7382b1f7d71334c0434f959 /sshd.8
parent1c1b6fa17982eb622e2c4e8f4a279f2113f57413 (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 01459d637..eaeac451f 100644
--- a/sshd.8
+++ b/sshd.8
@@ -851,6 +851,12 @@ the user's home directory becomes accessible.
851This file should be writable only by the user, and need not be 851This file should be writable only by the user, and need not be
852readable by anyone else. 852readable by anyone else.
853.Pp 853.Pp
854.It Pa /etc/hosts.allow
855.It Pa /etc/hosts.deny
856Access controls that should be enforced by tcp-wrappers are defined here.
857Further details are described in
858.Xr hosts_access 5 .
859.Pp
854.It Pa /etc/hosts.equiv 860.It Pa /etc/hosts.equiv
855This file is for host-based authentication (see 861This file is for host-based authentication (see
856.Xr ssh 1 ) . 862.Xr ssh 1 ) .
@@ -954,6 +960,7 @@ The content of this file is not sensitive; it can be world-readable.
954.Xr ssh-keygen 1 , 960.Xr ssh-keygen 1 ,
955.Xr ssh-keyscan 1 , 961.Xr ssh-keyscan 1 ,
956.Xr chroot 2 , 962.Xr chroot 2 ,
963.Xr hosts_access 5 ,
957.Xr login.conf 5 , 964.Xr login.conf 5 ,
958.Xr moduli 5 , 965.Xr moduli 5 ,
959.Xr sshd_config 5 , 966.Xr sshd_config 5 ,