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>2015-09-17 13:52:39 +0100
commit1850a2c93f3dcfa3d682eaa85d1593c01d170429 (patch)
tree4f8672d1e453aeabf0babb63964636bd1a4e8fc9 /sshd.8
parent70b18066d3921277861e98902c9cf41a10ac6898 (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 dcf20f0ea..5afd10f27 100644
--- a/sshd.8
+++ b/sshd.8
@@ -853,6 +853,12 @@ the user's home directory becomes accessible.
853This file should be writable only by the user, and need not be 853This file should be writable only by the user, and need not be
854readable by anyone else. 854readable by anyone else.
855.Pp 855.Pp
856.It Pa /etc/hosts.allow
857.It Pa /etc/hosts.deny
858Access controls that should be enforced by tcp-wrappers are defined here.
859Further details are described in
860.Xr hosts_access 5 .
861.Pp
856.It Pa /etc/hosts.equiv 862.It Pa /etc/hosts.equiv
857This file is for host-based authentication (see 863This file is for host-based authentication (see
858.Xr ssh 1 ) . 864.Xr ssh 1 ) .
@@ -956,6 +962,7 @@ The content of this file is not sensitive; it can be world-readable.
956.Xr ssh-keygen 1 , 962.Xr ssh-keygen 1 ,
957.Xr ssh-keyscan 1 , 963.Xr ssh-keyscan 1 ,
958.Xr chroot 2 , 964.Xr chroot 2 ,
965.Xr hosts_access 5 ,
959.Xr login.conf 5 , 966.Xr login.conf 5 ,
960.Xr moduli 5 , 967.Xr moduli 5 ,
961.Xr sshd_config 5 , 968.Xr sshd_config 5 ,