diff options
author | Darren Tucker <dtucker@zip.com.au> | 2007-03-21 20:42:24 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2007-03-21 20:42:24 +1100 |
commit | 506ed88cef81bdaed373e90204090e27711633ff (patch) | |
tree | 9bf7d8e41bdadf7a908468d8a9fac11e83670f9b /ChangeLog | |
parent | 97b1bb568c534ce6cc664f2f91be5aa1b76ce4a4 (diff) |
- djm@cvs.openbsd.org 2007/03/19 01:01:29
[sshd_config]
Disable the legacy SSH protocol 1 for new installations via
a configuration override. In the future, we will change the
server's default itself so users who need the legacy protocol
will need to turn it on explicitly
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -6,6 +6,12 @@ | |||
6 | loaded, which makes ChallengeResponse default to yes again. This | 6 | loaded, which makes ChallengeResponse default to yes again. This |
7 | was broken by the Match changes and not fixed properly subsequently. | 7 | was broken by the Match changes and not fixed properly subsequently. |
8 | Found by okan at demirmen.com, ok djm@ "please do it" deraadt@ | 8 | Found by okan at demirmen.com, ok djm@ "please do it" deraadt@ |
9 | - djm@cvs.openbsd.org 2007/03/19 01:01:29 | ||
10 | [sshd_config] | ||
11 | Disable the legacy SSH protocol 1 for new installations via | ||
12 | a configuration override. In the future, we will change the | ||
13 | server's default itself so users who need the legacy protocol | ||
14 | will need to turn it on explicitly | ||
9 | 15 | ||
10 | 20070313 | 16 | 20070313 |
11 | - (dtucker) [entropy.c scard-opensc.c ssh-rand-helper.c] Bug #1294: include | 17 | - (dtucker) [entropy.c scard-opensc.c ssh-rand-helper.c] Bug #1294: include |
@@ -2835,4 +2841,4 @@ | |||
2835 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 2841 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
2836 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 2842 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
2837 | 2843 | ||
2838 | $Id: ChangeLog,v 1.4641 2007/03/21 09:38:53 dtucker Exp $ | 2844 | $Id: ChangeLog,v 1.4642 2007/03/21 09:42:24 dtucker Exp $ |