summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-10-03 17:15:32 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-10-03 17:15:32 +0000
commit6149a6c57fe24a4afc4a11be7f2061d4d079966a (patch)
tree4431fb0c8b952551749a8d06555fe63046a6c3e8
parentbdfb4df08c8997247f365ca69dcd0b48bf783dc4 (diff)
- camield@cvs.openbsd.org 2001/09/27 17:53:24
[sshd.8] don't talk about compile-time options ok markus@
-rw-r--r--ChangeLog6
-rw-r--r--sshd.87
2 files changed, 8 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 422f5de1..fe6d4797 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,10 @@
- markus@cvs.openbsd.org 2001/09/27 15:31:17
[auth2.c auth2-chall.c sshconnect1.c]
typos; from solar
+ - camield@cvs.openbsd.org 2001/09/27 17:53:24
+ [sshd.8]
+ don't talk about compile-time options
+ ok markus@
20011001
- (stevesk) loginrec.c: fix type conversion problems exposed when using
@@ -6602,4 +6606,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
-$Id: ChangeLog,v 1.1572 2001/10/03 17:12:43 mouring Exp $
+$Id: ChangeLog,v 1.1573 2001/10/03 17:15:32 mouring Exp $
diff --git a/sshd.8 b/sshd.8
index 80d66208..c3a2e1ee 100644
--- a/sshd.8
+++ b/sshd.8
@@ -34,7 +34,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: sshd.8,v 1.152 2001/09/20 00:15:54 stevesk Exp $
+.\" $OpenBSD: sshd.8,v 1.153 2001/09/27 17:53:24 camield Exp $
.Dd September 25, 1999
.Dt SSHD 8
.Os
@@ -1173,9 +1173,8 @@ are displayed to anyone trying to log in, and non-root connections are
refused.
The file should be world-readable.
.It Pa /etc/hosts.allow, /etc/hosts.deny
-If compiled with
-.Sy LIBWRAP
-support, tcp-wrappers access controls may be defined here as described in
+Access controls that should be enforced by tcp-wrappers are defined here.
+Further details are described in
.Xr hosts_access 5 .
.It Pa $HOME/.rhosts
This file contains host-username pairs, separated by a space, one per