summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-04-20 13:22:18 +1000
committerDamien Miller <djm@mindrot.org>2014-04-20 13:22:18 +1000
commitf2719b7c2b8a3b14d778d8a6d8dc729b5174b054 (patch)
treeabf07c1ae81a813f67a86ed4074e43e2ed949de0 /sshd.8
parent4f40209aa4060b9c066a2f0d9332ace7b8dfb391 (diff)
- tedu@cvs.openbsd.org 2014/03/26 19:58:37
[sshd.8 sshd.c] remove libwrap support. ok deraadt djm mfriedl
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.811
1 files changed, 2 insertions, 9 deletions
diff --git a/sshd.8 b/sshd.8
index e6a900b06..289e13ded 100644
--- a/sshd.8
+++ b/sshd.8
@@ -33,8 +33,8 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: sshd.8,v 1.273 2013/12/07 11:58:46 naddy Exp $ 36.\" $OpenBSD: sshd.8,v 1.274 2014/03/26 19:58:37 tedu Exp $
37.Dd $Mdocdate: December 7 2013 $ 37.Dd $Mdocdate: March 26 2014 $
38.Dt SSHD 8 38.Dt SSHD 8
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -851,12 +851,6 @@ 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
860.It Pa /etc/hosts.equiv 854.It Pa /etc/hosts.equiv
861This file is for host-based authentication (see 855This file is for host-based authentication (see
862.Xr ssh 1 ) . 856.Xr ssh 1 ) .
@@ -960,7 +954,6 @@ The content of this file is not sensitive; it can be world-readable.
960.Xr ssh-keygen 1 , 954.Xr ssh-keygen 1 ,
961.Xr ssh-keyscan 1 , 955.Xr ssh-keyscan 1 ,
962.Xr chroot 2 , 956.Xr chroot 2 ,
963.Xr hosts_access 5 ,
964.Xr login.conf 5 , 957.Xr login.conf 5 ,
965.Xr moduli 5 , 958.Xr moduli 5 ,
966.Xr sshd_config 5 , 959.Xr sshd_config 5 ,