diff options
Diffstat (limited to 'myproposal.h')
-rw-r--r-- | myproposal.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/myproposal.h b/myproposal.h index f16729876..34bd10c9f 100644 --- a/myproposal.h +++ b/myproposal.h | |||
@@ -136,9 +136,7 @@ | |||
136 | 136 | ||
137 | /* Not a KEX value, but here so all the algorithm defaults are together */ | 137 | /* Not a KEX value, but here so all the algorithm defaults are together */ |
138 | #define SSH_ALLOWED_CA_SIGALGS \ | 138 | #define SSH_ALLOWED_CA_SIGALGS \ |
139 | "ecdsa-sha2-nistp256," \ | 139 | HOSTKEY_ECDSA_METHODS \ |
140 | "ecdsa-sha2-nistp384," \ | ||
141 | "ecdsa-sha2-nistp521," \ | ||
142 | "ssh-ed25519," \ | 140 | "ssh-ed25519," \ |
143 | "rsa-sha2-512," \ | 141 | "rsa-sha2-512," \ |
144 | "rsa-sha2-256," \ | 142 | "rsa-sha2-256," \ |