From 149080bc7dcbdbe310e39891e6a9dff0ceec8e8b Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Sun, 5 Apr 2015 17:25:43 -0700 Subject: Fix ssh-dss host key support This string was accidentally renamed to "ssh-dsa" during refactoring. DSA should die and go away, but the SSH standard said that was the only required algorithm when it was created. Change-Id: Ia533eac55692289de8042f6f95714b577941ca3f --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e02609..3c857f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Fixed - Key exchange and host key algorithm preference order was not being respected. +- DSA host key support was broken from the beginning of the v1.8 series. ### Added - More context is given for failures to connect via SSH which should -- cgit v1.2.3