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>2018-04-03 08:20:56 +0100
commit398af3d66bfe8dc7d436570026571e522a0a13a0 (patch)
tree07f383e8b6b6fcf04a2c8fd6e243825a15e0004f /sshd.8
parentcb427e23bf78d65407c78d868c4ef525dbfaa68f (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 968ba66bb..c8299d5e5 100644
--- a/sshd.8
+++ b/sshd.8
@@ -845,6 +845,12 @@ the user's home directory becomes accessible.
845This file should be writable only by the user, and need not be 845This file should be writable only by the user, and need not be
846readable by anyone else. 846readable by anyone else.
847.Pp 847.Pp
848.It Pa /etc/hosts.allow
849.It Pa /etc/hosts.deny
850Access controls that should be enforced by tcp-wrappers are defined here.
851Further details are described in
852.Xr hosts_access 5 .
853.Pp
848.It Pa /etc/hosts.equiv 854.It Pa /etc/hosts.equiv
849This file is for host-based authentication (see 855This file is for host-based authentication (see
850.Xr ssh 1 ) . 856.Xr ssh 1 ) .
@@ -947,6 +953,7 @@ The content of this file is not sensitive; it can be world-readable.
947.Xr ssh-keygen 1 , 953.Xr ssh-keygen 1 ,
948.Xr ssh-keyscan 1 , 954.Xr ssh-keyscan 1 ,
949.Xr chroot 2 , 955.Xr chroot 2 ,
956.Xr hosts_access 5 ,
950.Xr login.conf 5 , 957.Xr login.conf 5 ,
951.Xr moduli 5 , 958.Xr moduli 5 ,
952.Xr sshd_config 5 , 959.Xr sshd_config 5 ,