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>2016-12-23 11:25:02 +0000
commit6a15c9b672c5833f21ed7e0cea3a25dd8de966c4 (patch)
tree4c4e57309c98718d979e1e5cdc644b557832888b /sshd.8
parent9f717de15a8e113f7c6a3db52d75ce0172885f95 (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 41fc5051a..c67846025 100644
--- a/sshd.8
+++ b/sshd.8
@@ -825,6 +825,12 @@ the user's home directory becomes accessible.
825This file should be writable only by the user, and need not be 825This file should be writable only by the user, and need not be
826readable by anyone else. 826readable by anyone else.
827.Pp 827.Pp
828.It Pa /etc/hosts.allow
829.It Pa /etc/hosts.deny
830Access controls that should be enforced by tcp-wrappers are defined here.
831Further details are described in
832.Xr hosts_access 5 .
833.Pp
828.It Pa /etc/hosts.equiv 834.It Pa /etc/hosts.equiv
829This file is for host-based authentication (see 835This file is for host-based authentication (see
830.Xr ssh 1 ) . 836.Xr ssh 1 ) .
@@ -929,6 +935,7 @@ The content of this file is not sensitive; it can be world-readable.
929.Xr ssh-keygen 1 , 935.Xr ssh-keygen 1 ,
930.Xr ssh-keyscan 1 , 936.Xr ssh-keyscan 1 ,
931.Xr chroot 2 , 937.Xr chroot 2 ,
938.Xr hosts_access 5 ,
932.Xr login.conf 5 , 939.Xr login.conf 5 ,
933.Xr moduli 5 , 940.Xr moduli 5 ,
934.Xr sshd_config 5 , 941.Xr sshd_config 5 ,