diff options
author | markus@openbsd.org <markus@openbsd.org> | 2015-12-05 20:53:21 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2015-12-07 12:39:20 +1100 |
commit | 3da893fdec9936dd2c23739cdb3c0c9d4c59fca0 (patch) | |
tree | ac4921d09a860bd8c34a4b8403654d28543ff13c /myproposal.h | |
parent | 8b56e59714d87181505e4678f0d6d39955caf10e (diff) |
upstream commit
prefer rsa-sha2-512 over -256 for hostkeys, too; noticed
by naddy@
Upstream-ID: 685f55f7ec566a8caca587750672723a0faf3ffe
Diffstat (limited to 'myproposal.h')
-rw-r--r-- | myproposal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/myproposal.h b/myproposal.h index c6429588a..b266b52e1 100644 --- a/myproposal.h +++ b/myproposal.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: myproposal.h,v 1.48 2015/12/04 16:41:28 markus Exp $ */ | 1 | /* $OpenBSD: myproposal.h,v 1.49 2015/12/05 20:53:21 markus Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2000 Markus Friedl. All rights reserved. | 4 | * Copyright (c) 2000 Markus Friedl. All rights reserved. |
@@ -101,8 +101,8 @@ | |||
101 | "ssh-rsa-cert-v01@openssh.com," \ | 101 | "ssh-rsa-cert-v01@openssh.com," \ |
102 | HOSTKEY_ECDSA_METHODS \ | 102 | HOSTKEY_ECDSA_METHODS \ |
103 | "ssh-ed25519," \ | 103 | "ssh-ed25519," \ |
104 | "rsa-sha2-256," \ | ||
105 | "rsa-sha2-512," \ | 104 | "rsa-sha2-512," \ |
105 | "rsa-sha2-256," \ | ||
106 | "ssh-rsa" | 106 | "ssh-rsa" |
107 | 107 | ||
108 | /* the actual algorithms */ | 108 | /* the actual algorithms */ |