diff options
author | Colin Watson <cjwatson@debian.org> | 2019-10-09 22:59:48 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2019-10-09 22:59:48 +0100 |
commit | 4213eec74e74de6310c27a40c3e9759a08a73996 (patch) | |
tree | e97a6dcafc6763aea7c804e4e113c2750cb1400d /myproposal.h | |
parent | 102062f825fb26a74295a1c089c00c4c4c76b68a (diff) | |
parent | cdf1d0a9f5d18535e0a18ff34860e81a6d83aa5c (diff) |
Import openssh_8.1p1.orig.tar.gz
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," \ |