diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2015-02-04 16:00:50 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2015-02-04 16:00:50 -0800 |
commit | c5d0d6a2919ca2158b3f6271f7449faeeb3c865f (patch) | |
tree | b22c1d902ed9aea28112a26d5f98ffee405efa02 | |
parent | 394e269a081e6cf07d38fa5a375f0a03374c0d2b (diff) |
Changelog fixes #402, closes #479
-rw-r--r-- | sites/www/changelog.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index bb93f885..6520dde4 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,10 @@ Changelog ========= +* :bug:`402` Check to see if an SSH agent is actually present before trying to + forward it to the remote end. This replaces what was usually a useless + ``TypeError`` with a human-readable ``AuthenticationError``. Credit to Ken + Jordan for the fix and Yvan Marques for original report. * :release:`1.15.2 <2014-12-19>` * :release:`1.14.2 <2014-12-19>` * :release:`1.13.3 <2014-12-19>` |