diff options
author | Colin Watson <cjwatson@debian.org> | 2018-08-24 12:49:36 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2018-08-24 12:49:36 +0100 |
commit | e6547182a54f0f268ee36e7c99319eeddffbaff2 (patch) | |
tree | 417527229ad3f3764ba71ea383f478a168895087 /myproposal.h | |
parent | ed6ae9c1a014a08ff5db3d768f01f2e427eeb476 (diff) | |
parent | 71508e06fab14bc415a79a08f5535ad7bffa93d9 (diff) |
Import openssh_7.8p1.orig.tar.gz
Diffstat (limited to 'myproposal.h')
-rw-r--r-- | myproposal.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/myproposal.h b/myproposal.h index c255147aa..08782dd30 100644 --- a/myproposal.h +++ b/myproposal.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: myproposal.h,v 1.55 2017/05/07 23:13:42 djm Exp $ */ | 1 | /* $OpenBSD: myproposal.h,v 1.56 2018/07/03 11:39:54 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2000 Markus Friedl. All rights reserved. | 4 | * Copyright (c) 2000 Markus Friedl. All rights reserved. |
@@ -107,6 +107,8 @@ | |||
107 | #define KEX_DEFAULT_PK_ALG \ | 107 | #define KEX_DEFAULT_PK_ALG \ |
108 | HOSTKEY_ECDSA_CERT_METHODS \ | 108 | HOSTKEY_ECDSA_CERT_METHODS \ |
109 | "ssh-ed25519-cert-v01@openssh.com," \ | 109 | "ssh-ed25519-cert-v01@openssh.com," \ |
110 | "rsa-sha2-512-cert-v01@openssh.com," \ | ||
111 | "rsa-sha2-256-cert-v01@openssh.com," \ | ||
110 | "ssh-rsa-cert-v01@openssh.com," \ | 112 | "ssh-rsa-cert-v01@openssh.com," \ |
111 | HOSTKEY_ECDSA_METHODS \ | 113 | HOSTKEY_ECDSA_METHODS \ |
112 | "ssh-ed25519," \ | 114 | "ssh-ed25519," \ |