diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2020-01-22 04:58:24 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2020-01-22 04:58:24 +0000 |
commit | a3c31d47d7f0956784fd7f0e33abb5118fc3e64c (patch) | |
tree | 51ce17a259149019d548042949e3106c42a685e3 /usr.bin | |
parent | 1d6ae345bd24fef9328ee82bae7aca45080213e3 (diff) |
remove diffie-hellman-group14-sha1 from default kex to see what happens.
general mostly ok
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/myproposal.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/ssh/myproposal.h b/usr.bin/ssh/myproposal.h index 2ba2537099a..86408dbf406 100644 --- a/usr.bin/ssh/myproposal.h +++ b/usr.bin/ssh/myproposal.h @@ -1,4 +1,4 @@ -/* $OpenBSD: myproposal.h,v 1.64 2019/12/16 03:16:58 djm Exp $ */ +/* $OpenBSD: myproposal.h,v 1.65 2020/01/22 04:58:23 tedu Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. @@ -35,8 +35,7 @@ "diffie-hellman-group-exchange-sha256," \ "diffie-hellman-group16-sha512," \ "diffie-hellman-group18-sha512," \ - "diffie-hellman-group14-sha256," \ - "diffie-hellman-group14-sha1" + "diffie-hellman-group14-sha256" #define KEX_CLIENT_KEX KEX_SERVER_KEX |