diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | sshd.8 | 7 |
2 files changed, 8 insertions, 5 deletions
@@ -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 $ @@ -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 |