diff options
-rw-r--r-- | myproposal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/myproposal.h b/myproposal.h index c6429588a..b266b52e1 100644 --- a/myproposal.h +++ b/myproposal.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: myproposal.h,v 1.48 2015/12/04 16:41:28 markus Exp $ */ | 1 | /* $OpenBSD: myproposal.h,v 1.49 2015/12/05 20:53:21 markus Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2000 Markus Friedl. All rights reserved. | 4 | * Copyright (c) 2000 Markus Friedl. All rights reserved. |
@@ -101,8 +101,8 @@ | |||
101 | "ssh-rsa-cert-v01@openssh.com," \ | 101 | "ssh-rsa-cert-v01@openssh.com," \ |
102 | HOSTKEY_ECDSA_METHODS \ | 102 | HOSTKEY_ECDSA_METHODS \ |
103 | "ssh-ed25519," \ | 103 | "ssh-ed25519," \ |
104 | "rsa-sha2-256," \ | ||
105 | "rsa-sha2-512," \ | 104 | "rsa-sha2-512," \ |
105 | "rsa-sha2-256," \ | ||
106 | "ssh-rsa" | 106 | "ssh-rsa" |
107 | 107 | ||
108 | /* the actual algorithms */ | 108 | /* the actual algorithms */ |