summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--sshd_config.54
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 3fb167999..f7e4355a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
3 - djm@cvs.openbsd.org 2009/02/22 23:50:57 3 - djm@cvs.openbsd.org 2009/02/22 23:50:57
4 [ssh_config.5 sshd_config.5] 4 [ssh_config.5 sshd_config.5]
5 don't advertise experimental options 5 don't advertise experimental options
6 - djm@cvs.openbsd.org 2009/02/22 23:59:25
7 [sshd_config.5]
8 missing period
6 9
720090222 1020090222
8 - (djm) OpenBSD CVS Sync 11 - (djm) OpenBSD CVS Sync
@@ -5196,5 +5199,5 @@
5196 OpenServer 6 and add osr5bigcrypt support so when someone migrates 5199 OpenServer 6 and add osr5bigcrypt support so when someone migrates
5197 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 5200 passwords between UnixWare and OpenServer they will still work. OK dtucker@
5198 5201
5199$Id: ChangeLog,v 1.5202 2009/02/22 23:53:58 djm Exp $ 5202$Id: ChangeLog,v 1.5203 2009/02/23 00:00:24 djm Exp $
5200 5203
diff --git a/sshd_config.5 b/sshd_config.5
index c28b18e3e..dfd07b713 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -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_config.5,v 1.101 2009/02/22 23:50:57 djm Exp $ 37.\" $OpenBSD: sshd_config.5,v 1.102 2009/02/22 23:59:25 djm Exp $
38.Dd $Mdocdate: February 22 2009 $ 38.Dd $Mdocdate: February 22 2009 $
39.Dt SSHD_CONFIG 5 39.Dt SSHD_CONFIG 5
40.Os 40.Os
@@ -614,7 +614,7 @@ Available keywords are
614.Cm X11DisplayOffset , 614.Cm X11DisplayOffset ,
615.Cm X11Forwarding 615.Cm X11Forwarding
616and 616and
617.Cm X11UseLocalHost 617.Cm X11UseLocalHost .
618.It Cm MaxAuthTries 618.It Cm MaxAuthTries
619Specifies the maximum number of authentication attempts permitted per 619Specifies the maximum number of authentication attempts permitted per
620connection. 620connection.