diff options
author | Igor Drozdov <idrozdov@gitlab.com> | 2022-05-23 12:30:31 +0400 |
---|---|---|
committer | Igor Drozdov <idrozdov@gitlab.com> | 2022-05-23 12:30:34 +0400 |
commit | 0bef85e70d854465de034866650345dd551f17e8 (patch) | |
tree | 6b6351c6647325241e35a678e31b5d96b599ade2 /internal | |
parent | 1da03256fb98ee4a11977c32127314684005ab9d (diff) | |
download | gitlab-shell-0bef85e70d854465de034866650345dd551f17e8.tar.gz |
Return support for diffie-hellman-group14-sha1
It seems that a lot of users rely on this, let's return it and
deprecated later to make the migration less disruptive
Diffstat (limited to 'internal')
-rw-r--r-- | internal/sshd/server_config.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/sshd/server_config.go b/internal/sshd/server_config.go index bb7886c..7fb73dc 100644 --- a/internal/sshd/server_config.go +++ b/internal/sshd/server_config.go @@ -32,6 +32,7 @@ var ( "ecdh-sha2-nistp384", "ecdh-sha2-nistp521", "diffie-hellman-group14-sha256", + "diffie-hellman-group14-sha1", } ) |