summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2019-06-21 18:08:24 -0400
committerJeff Forcier <jeff@bitprophet.org>2019-06-21 18:16:11 -0400
commit964c34017fe648df21c9c330887796f14609c59b (patch)
treea1f904dd8125a8e93931780601e6756444c4109e
parent2e0fc6cadcc65cdc8d8c30d45f29421bcb3555b4 (diff)
downloadparamiko-964c34017fe648df21c9c330887796f14609c59b.tar.gz
DDD changelog
-rw-r--r--sites/www/changelog.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index e2b809e0..23ae18ad 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,12 @@
Changelog
=========
+- :feature:`1463` Add a new keyword argument to `SSHClient.connect
+ <paramiko.client.SSHClient.connect>` and `~paramiko.transport.Transport`,
+ ``disable_algorithms``, which allows selectively disabling one or more
+ kex/key/cipher/etc algorithms. This can be useful when disabling algorithms
+ your target server (or client) does not support cleanly, or to work around
+ unpatched bugs in Paramiko's own implementation thereof.
- :bug:`1306` (via :issue:`1400`) Fix Ed25519 key handling so certain key
comment lengths don't cause ``SSHException("Invalid key")`` (this was
technically a bug in how padding, or lack thereof, is