Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-Do-not-provide-the-key-if-it-comes-from-the-SSH-conf.patch | Do not provide the key if it comes from the SSH configuration This is a followup of #628 where this change was initially pushed but reverted because I didn't remember why I did it. Before #628, when an identity is provided in the SSH configuration, it was not copied in `_conf_ssh_private_key_file` due to a bug. After fixing the bug in #628, the key is now copied. However, the SSH configuration is provided to the `connect()` method which will use it if needed. Therefore, this is not needed. Moreover, if the key is provided by an agent and/or encrypted, this won't work as, later in the code, `allow_agent` will be set to `False` due to the presence of a private key. |
Vincent Bernat <vincent@bernat.im> | no | 2017-01-13 | ||
0002-Detect-format-set-when-using-insert-keyword.patch | Detect format "set" when using "insert" keyword | Vincent Bernat <vincent@bernat.im> | no | 2017-11-02 | ||
b9bff50665e5b7375a75d6c885bc36a4b8468227.patch | [PATCH] Import ABC from collections.abc for Python 3 compatibility. | Karthikeyan Singaravelan <tir.karthi@gmail.com> | no | 2020-05-22 | ||
74631fc97627bac8d7d40fb8ab4d382269f6b16f.patch | [PATCH] Use try/except instead of six.moves. | Karthikeyan Singaravelan <tir.karthi@gmail.com> | no | 2020-11-17 |