diff options
Diffstat (limited to 'myproposal.h')
-rw-r--r-- | myproposal.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/myproposal.h b/myproposal.h index 1d4aa297a..d6e7977e4 100644 --- a/myproposal.h +++ b/myproposal.h | |||
@@ -152,18 +152,14 @@ | |||
152 | 152 | ||
153 | #define PUBKEY_DEFAULT_PK_ALG \ | 153 | #define PUBKEY_DEFAULT_PK_ALG \ |
154 | USERKEY_ECDSA_SK_CERT_METHODS \ | 154 | USERKEY_ECDSA_SK_CERT_METHODS \ |
155 | "ecdsa-sha2-nistp256-cert-v01@openssh.com," \ | 155 | HOSTKEY_ECDSA_CERT_METHODS \ |
156 | "ecdsa-sha2-nistp384-cert-v01@openssh.com," \ | ||
157 | "ecdsa-sha2-nistp521-cert-v01@openssh.com," \ | ||
158 | "sk-ssh-ed25519-cert-v01@openssh.com," \ | 156 | "sk-ssh-ed25519-cert-v01@openssh.com," \ |
159 | "ssh-ed25519-cert-v01@openssh.com," \ | 157 | "ssh-ed25519-cert-v01@openssh.com," \ |
160 | "rsa-sha2-512-cert-v01@openssh.com," \ | 158 | "rsa-sha2-512-cert-v01@openssh.com," \ |
161 | "rsa-sha2-256-cert-v01@openssh.com," \ | 159 | "rsa-sha2-256-cert-v01@openssh.com," \ |
162 | "ssh-rsa-cert-v01@openssh.com," \ | 160 | "ssh-rsa-cert-v01@openssh.com," \ |
163 | USERKEY_ECDSA_SK_METHODS \ | 161 | USERKEY_ECDSA_SK_METHODS \ |
164 | "ecdsa-sha2-nistp256," \ | 162 | HOSTKEY_ECDSA_METHODS \ |
165 | "ecdsa-sha2-nistp384," \ | ||
166 | "ecdsa-sha2-nistp521," \ | ||
167 | "sk-ssh-ed25519@openssh.com," \ | 163 | "sk-ssh-ed25519@openssh.com," \ |
168 | "ssh-ed25519," \ | 164 | "ssh-ed25519," \ |
169 | "rsa-sha2-512," \ | 165 | "rsa-sha2-512," \ |