diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | sshd.8 | 4 | ||||
-rw-r--r-- | sshd_config | 2 |
3 files changed, 5 insertions, 4 deletions
@@ -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 | ||
22 | 20010415 | 23 | 20010415 |
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 $ |
@@ -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 . |
684 | Multiple versions must be comma-separated. | 684 | Multiple versions must be comma-separated. |
685 | The default is | 685 | The default is |
686 | .Dq 1 . | 686 | .Dq 2,1 . |
687 | .It Cm PubkeyAuthentication | 687 | .It Cm PubkeyAuthentication |
688 | Specifies whether public key authentication is allowed. | 688 | Specifies whether public key authentication is allowed. |
689 | The default is | 689 | The 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 | ||