From 0726d1207d0c034cb9acde3ff0b12c3afc772e37 Mon Sep 17 00:00:00 2001 From: djm Date: Wed, 30 Mar 2022 21:13:23 +0000 Subject: [PATCH] select post-quantum KEX sntrup761x25519-sha512@openssh.com as the default; ok markus@ --- usr.bin/ssh/myproposal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/ssh/myproposal.h b/usr.bin/ssh/myproposal.h index ee50d215be0..ee6e9f74152 100644 --- a/usr.bin/ssh/myproposal.h +++ b/usr.bin/ssh/myproposal.h @@ -1,4 +1,4 @@ -/* $OpenBSD: myproposal.h,v 1.70 2021/11/10 06:29:25 djm Exp $ */ +/* $OpenBSD: myproposal.h,v 1.71 2022/03/30 21:13:23 djm Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. @@ -25,12 +25,12 @@ */ #define KEX_SERVER_KEX \ + "sntrup761x25519-sha512@openssh.com," \ "curve25519-sha256," \ "curve25519-sha256@libssh.org," \ "ecdh-sha2-nistp256," \ "ecdh-sha2-nistp384," \ "ecdh-sha2-nistp521," \ - "sntrup761x25519-sha512@openssh.com," \ "diffie-hellman-group-exchange-sha256," \ "diffie-hellman-group16-sha512," \ "diffie-hellman-group18-sha512," \ -- 2.20.1