diff options
author | tedu@openbsd.org <tedu@openbsd.org> | 2020-01-25 07:09:14 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2020-01-25 18:20:01 +1100 |
commit | 0b813436bbf6546638b10c1fa71f54691bcf5e63 (patch) | |
tree | a0a478dd7a851c311cdbc41a5657e6ebdab2eb8e /sshd_config.5 | |
parent | 3432b6e05d5c583c91c566c5708fed487cec79ac (diff) |
upstream: group14-sha1 is no longer a default algorithm
OpenBSD-Commit-ID: a96f04d5e9c2ff760c6799579dc44f69b4ff431d
Diffstat (limited to 'sshd_config.5')
-rw-r--r-- | sshd_config.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sshd_config.5 b/sshd_config.5 index 53d94376..63a7dfdd 100644 --- a/sshd_config.5 +++ b/sshd_config.5 @@ -33,7 +33,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: sshd_config.5,v 1.299 2020/01/25 06:03:11 djm Exp $ +.\" $OpenBSD: sshd_config.5,v 1.300 2020/01/25 07:09:14 tedu Exp $ .Dd $Mdocdate: January 25 2020 $ .Dt SSHD_CONFIG 5 .Os @@ -940,7 +940,7 @@ curve25519-sha256,curve25519-sha256@libssh.org, ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521, 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 .Ed .Pp The list of available key exchange algorithms may also be obtained using |