]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: remove ssh-rsa (SHA1) from the list of allowed CA
authordjm@openbsd.org <djm@openbsd.org>
Fri, 24 Jan 2020 00:28:57 +0000 (00:28 +0000)
committerDamien Miller <djm@mindrot.org>
Sat, 25 Jan 2020 00:27:29 +0000 (11:27 +1100)
signature algorithms ok markus

OpenBSD-Commit-ID: da3481fca8c81e6951f319a86b7be67502237f57

myproposal.h

index dd2499d661a72d1fed3ade5f7de2b070dfbeb705..5312e60581ced928a6766677bf46f2772174c71e 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: myproposal.h,v 1.66 2020/01/23 02:46:49 dtucker Exp $ */
+/* $OpenBSD: myproposal.h,v 1.67 2020/01/24 00:28:57 djm Exp $ */
 
 /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.
@@ -87,8 +87,7 @@
        "ssh-ed25519," \
        "sk-ssh-ed25519@openssh.com," \
        "rsa-sha2-512," \
-       "rsa-sha2-256," \
-       "ssh-rsa"
+       "rsa-sha2-256"
 
 #define        KEX_DEFAULT_COMP        "none,zlib@openssh.com"
 #define        KEX_DEFAULT_LANG        ""