diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-03-06 01:06:58 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-03-06 01:06:58 +0000 |
commit | c78a187b1776cb45c07a4a138946f8370ed6e71d (patch) | |
tree | 6afd91f399d2a347f97f6b5a5facd9d0429985be | |
parent | ec26fb166788728d7ccafe85730ccf04f3a4885b (diff) |
- deraadt@cvs.openbsd.org 2001/03/05 16:07:15
[sshd.8]
detail default hmac setup too
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sshd.8 | 6 |
2 files changed, 7 insertions, 4 deletions
@@ -10,6 +10,9 @@ | |||
10 | [myproposal.h ssh.1] | 10 | [myproposal.h ssh.1] |
11 | switch to aes128-cbc/hmac-md5 by default in SSH2 -- faster; | 11 | switch to aes128-cbc/hmac-md5 by default in SSH2 -- faster; |
12 | provos & markus ok | 12 | provos & markus ok |
13 | - deraadt@cvs.openbsd.org 2001/03/05 16:07:15 | ||
14 | [sshd.8] | ||
15 | detail default hmac setup too | ||
13 | 16 | ||
14 | 20010305 | 17 | 20010305 |
15 | - (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch] | 18 | - (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch] |
@@ -4381,4 +4384,4 @@ | |||
4381 | - Wrote replacements for strlcpy and mkdtemp | 4384 | - Wrote replacements for strlcpy and mkdtemp |
4382 | - Released 1.0pre1 | 4385 | - Released 1.0pre1 |
4383 | 4386 | ||
4384 | $Id: ChangeLog,v 1.911 2001/03/06 01:05:23 mouring Exp $ | 4387 | $Id: ChangeLog,v 1.912 2001/03/06 01:06:58 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.104 2001/03/05 14:28:47 deraadt Exp $ | 37 | .\" $OpenBSD: sshd.8,v 1.105 2001/03/05 16:07:15 deraadt Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSHD 8 | 39 | .Dt SSHD 8 |
40 | .Os | 40 | .Os |
@@ -352,7 +352,7 @@ The default is | |||
352 | Specifies the ciphers allowed for protocol version 2. | 352 | Specifies the ciphers allowed for protocol version 2. |
353 | Multiple ciphers must be comma-separated. | 353 | Multiple ciphers must be comma-separated. |
354 | The default is | 354 | The default is |
355 | .Dq 3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes128-cbc . | 355 | .Dq aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour. |
356 | .It Cm CheckMail | 356 | .It Cm CheckMail |
357 | Specifies whether | 357 | Specifies whether |
358 | .Nm | 358 | .Nm |
@@ -514,7 +514,7 @@ Multiple algorithms must be comma-separated. | |||
514 | The default is | 514 | The default is |
515 | .Pp | 515 | .Pp |
516 | .Bd -literal | 516 | .Bd -literal |
517 | ``hmac-sha1,hmac-md5,hmac-ripemd160,hmac-ripemd160@openssh.com, | 517 | ``hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com, |
518 | hmac-sha1-96,hmac-md5-96'' | 518 | hmac-sha1-96,hmac-md5-96'' |
519 | .Ed | 519 | .Ed |
520 | .It Cm MaxStartups | 520 | .It Cm MaxStartups |