diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-10-03 17:15:32 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-10-03 17:15:32 +0000 |
commit | 6149a6c57fe24a4afc4a11be7f2061d4d079966a (patch) | |
tree | 4431fb0c8b952551749a8d06555fe63046a6c3e8 | |
parent | bdfb4df08c8997247f365ca69dcd0b48bf783dc4 (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-- | ChangeLog | 6 | ||||
-rw-r--r-- | sshd.8 | 7 |
2 files changed, 8 insertions, 5 deletions
@@ -10,6 +10,10 @@ | |||
10 | - markus@cvs.openbsd.org 2001/09/27 15:31:17 | 10 | - markus@cvs.openbsd.org 2001/09/27 15:31:17 |
11 | [auth2.c auth2-chall.c sshconnect1.c] | 11 | [auth2.c auth2-chall.c sshconnect1.c] |
12 | typos; from solar | 12 | typos; from solar |
13 | - camield@cvs.openbsd.org 2001/09/27 17:53:24 | ||
14 | [sshd.8] | ||
15 | don't talk about compile-time options | ||
16 | ok markus@ | ||
13 | 17 | ||
14 | 20011001 | 18 | 20011001 |
15 | - (stevesk) loginrec.c: fix type conversion problems exposed when using | 19 | - (stevesk) loginrec.c: fix type conversion problems exposed when using |
@@ -6602,4 +6606,4 @@ | |||
6602 | - Wrote replacements for strlcpy and mkdtemp | 6606 | - Wrote replacements for strlcpy and mkdtemp |
6603 | - Released 1.0pre1 | 6607 | - Released 1.0pre1 |
6604 | 6608 | ||
6605 | $Id: ChangeLog,v 1.1572 2001/10/03 17:12:43 mouring Exp $ | 6609 | $Id: ChangeLog,v 1.1573 2001/10/03 17:15:32 mouring Exp $ |
@@ -34,7 +34,7 @@ | |||
34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
36 | .\" | 36 | .\" |
37 | .\" $OpenBSD: sshd.8,v 1.152 2001/09/20 00:15:54 stevesk Exp $ | 37 | .\" $OpenBSD: sshd.8,v 1.153 2001/09/27 17:53:24 camield Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSHD 8 | 39 | .Dt SSHD 8 |
40 | .Os | 40 | .Os |
@@ -1173,9 +1173,8 @@ are displayed to anyone trying to log in, and non-root connections are | |||
1173 | refused. | 1173 | refused. |
1174 | The file should be world-readable. | 1174 | The file should be world-readable. |
1175 | .It Pa /etc/hosts.allow, /etc/hosts.deny | 1175 | .It Pa /etc/hosts.allow, /etc/hosts.deny |
1176 | If compiled with | 1176 | Access controls that should be enforced by tcp-wrappers are defined here. |
1177 | .Sy LIBWRAP | 1177 | Further details are described in |
1178 | support, tcp-wrappers access controls may be defined here as described in | ||
1179 | .Xr hosts_access 5 . | 1178 | .Xr hosts_access 5 . |
1180 | .It Pa $HOME/.rhosts | 1179 | .It Pa $HOME/.rhosts |
1181 | This file contains host-username pairs, separated by a space, one per | 1180 | This file contains host-username pairs, separated by a space, one per |