summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--sshd.84
-rw-r--r--sshd_config2
3 files changed, 5 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index c4323d337..8e7e2995b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,7 @@
18 some ClientAlive cleanup; ok markus@ 18 some ClientAlive cleanup; ok markus@
19 - (djm) Convert mandoc manpages to man automatically. Patch from Mark D. 19 - (djm) Convert mandoc manpages to man automatically. Patch from Mark D.
20 Roth <roth+openssh@feep.net> 20 Roth <roth+openssh@feep.net>
21 - (bal) CVS ID fix up and slight manpage fix from OpenBSD tree.
21 22
2220010415 2320010415
23 - OpenBSD CVS Sync 24 - OpenBSD CVS Sync
@@ -5103,4 +5104,4 @@
5103 - Wrote replacements for strlcpy and mkdtemp 5104 - Wrote replacements for strlcpy and mkdtemp
5104 - Released 1.0pre1 5105 - Released 1.0pre1
5105 5106
5106$Id: ChangeLog,v 1.1122 2001/04/16 02:03:49 mouring Exp $ 5107$Id: ChangeLog,v 1.1123 2001/04/16 02:11:52 mouring Exp $
diff --git a/sshd.8 b/sshd.8
index e8af65a8c..f2a529dd5 100644
--- a/sshd.8
+++ b/sshd.8
@@ -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.116 2001/04/15 19:41:21 stevesk Exp $ 37.\" $OpenBSD: sshd.8,v 1.118 2001/04/15 21:41:29 deraadt Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -683,7 +683,7 @@ and
683.Dq 2 . 683.Dq 2 .
684Multiple versions must be comma-separated. 684Multiple versions must be comma-separated.
685The default is 685The default is
686.Dq 1 . 686.Dq 2,1 .
687.It Cm PubkeyAuthentication 687.It Cm PubkeyAuthentication
688Specifies whether public key authentication is allowed. 688Specifies whether public key authentication is allowed.
689The default is 689The default is
diff --git a/sshd_config b/sshd_config
index c131a5868..fda1456e6 100644
--- a/sshd_config
+++ b/sshd_config
@@ -1,4 +1,4 @@
1# $OpenBSD: sshd_config,v 1.36 2001/04/12 19:15:26 markus Exp $ 1# $OpenBSD: sshd_config,v 1.38 2001/04/15 21:41:29 deraadt Exp $
2 2
3# This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin 3# This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin
4 4