mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 12:27:50 -04:00
28 lines
786 B
Groff
28 lines
786 B
Groff
$NetBSD: patch-sshd.8,v 1.2 2016/01/18 12:53:26 jperkin Exp $
|
|
|
|
* Revive tcp_wrappers support.
|
|
|
|
--- sshd.8.orig 2015-08-21 04:49:03.000000000 +0000
|
|
+++ sshd.8
|
|
@@ -850,6 +850,12 @@ the user's home directory becomes access
|
|
This file should be writable only by the user, and need not be
|
|
readable by anyone else.
|
|
.Pp
|
|
+.It Pa /etc/hosts.allow
|
|
+.It Pa /etc/hosts.deny
|
|
+Access controls that should be enforced by tcp-wrappers are defined here.
|
|
+Further details are described in
|
|
+.Xr hosts_access 5 .
|
|
+.Pp
|
|
.It Pa /etc/hosts.equiv
|
|
This file is for host-based authentication (see
|
|
.Xr ssh 1 ) .
|
|
@@ -953,6 +959,7 @@ The content of this file is not sensitiv
|
|
.Xr ssh-keygen 1 ,
|
|
.Xr ssh-keyscan 1 ,
|
|
.Xr chroot 2 ,
|
|
+.Xr hosts_access 5 ,
|
|
.Xr login.conf 5 ,
|
|
.Xr moduli 5 ,
|
|
.Xr sshd_config 5 ,
|