[openssh-commits] [openssh] 01/01: Use the correct macro for SSH_ALLOWED_CA_SIGALGS.
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri May 17 12:43:00 AEST 2019
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 1ac98be8724c9789d770ddb8e7f0dbf1b55e05a0
Author: Darren Tucker <dtucker at dtucker.net>
Date: Fri May 17 12:42:17 2019 +1000
Use the correct macro for SSH_ALLOWED_CA_SIGALGS.
---
myproposal.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/myproposal.h b/myproposal.h
index 9205fb34..34bd10c9 100644
--- a/myproposal.h
+++ b/myproposal.h
@@ -136,7 +136,7 @@
/* Not a KEX value, but here so all the algorithm defaults are together */
#define SSH_ALLOWED_CA_SIGALGS \
- KEX_ECDH_METHODS \
+ HOSTKEY_ECDSA_METHODS \
"ssh-ed25519," \
"rsa-sha2-512," \
"rsa-sha2-256," \
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list