]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream commit
authormarkus@openbsd.org <markus@openbsd.org>
Sat, 5 Dec 2015 20:53:21 +0000 (20:53 +0000)
committerDamien Miller <djm@mindrot.org>
Mon, 7 Dec 2015 01:39:20 +0000 (12:39 +1100)
prefer rsa-sha2-512 over -256 for hostkeys, too; noticed
 by naddy@

Upstream-ID: 685f55f7ec566a8caca587750672723a0faf3ffe

myproposal.h

index c6429588a0cfd6e901685e8bc14572426da14d86..b266b52e1752f30be497a85ed29e6ffd6bb5dda2 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: myproposal.h,v 1.48 2015/12/04 16:41:28 markus Exp $ */
+/* $OpenBSD: myproposal.h,v 1.49 2015/12/05 20:53:21 markus Exp $ */
 
 /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.
        "ssh-rsa-cert-v01@openssh.com," \
        HOSTKEY_ECDSA_METHODS \
        "ssh-ed25519," \
-       "rsa-sha2-256," \
        "rsa-sha2-512," \
+       "rsa-sha2-256," \
        "ssh-rsa"
 
 /* the actual algorithms */