[openssh-commits] [openssh] 04/11: upstream: remove ssh-rsa (SHA1) from the list of allowed CA
git+noreply at mindrot.org
git+noreply at mindrot.org
Sat Jan 25 11:36:30 AEDT 2020
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit c3368a5d5ec368ef6bdf9971d6330ca0e3bdca06
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri Jan 24 00:28:57 2020 +0000
upstream: remove ssh-rsa (SHA1) from the list of allowed CA
signature algorithms ok markus
OpenBSD-Commit-ID: da3481fca8c81e6951f319a86b7be67502237f57
---
myproposal.h | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/myproposal.h b/myproposal.h
index dd2499d6..5312e605 100644
--- a/myproposal.h
+++ b/myproposal.h
@@ -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 at openssh.com," \
"rsa-sha2-512," \
- "rsa-sha2-256," \
- "ssh-rsa"
+ "rsa-sha2-256"
#define KEX_DEFAULT_COMP "none,zlib at openssh.com"
#define KEX_DEFAULT_LANG ""
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list