diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2012-05-07 20:09:28 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2012-09-23 16:19:42 -0700 |
commit | 077fdae801da506dda05078d1486bf7f874efd43 (patch) | |
tree | 28639247f0dfe81a042eff6269ee4fa5af1212c3 /CHANGES | |
parent | 1a033dc596d5c3c03a41fee2698d0089debc7313 (diff) |
Reorganize forwarded agent cxns to avoid errors
Fixes [Fabric #562](https://github.com/fabric/fabric/issues/562).
(cherry picked from commit 58aa52085bc664fbfce61c5981ba54c1452f7abf)
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -7,6 +7,12 @@ Temporary, post-Paramiko changelog while we get our sh!t together. * #24: Switch some internal type checking to use `isinstance` to help prevent problems with client libraries using subclasses of builtin types. Thanks to Alex Morega for the patch. +* [Fabric #562](https://github.com/fabric/fabric/issues/562): Agent forwarding + would error out (with `Authentication response too long`) or freeze, when more + than one remote connection to the local agent was active at the same time. + This has been fixed. Thanks to Steven McDonald for assisting in + troubleshooting/patching, and to GitHub user `@lynxis` for providing the + final version of the patch. ## ssh 1.7.13 (2012-02-13) |