summaryrefslogtreecommitdiffhomepage
path: root/sites/www
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2019-07-08 15:54:40 -0400
committerJeff Forcier <jeff@bitprophet.org>2019-08-26 20:48:25 -0400
commit12e78edba3048eb2c60eb5631bce7d759c1a9b91 (patch)
treea6974b1c1783a8dd82707826549b1942ba4190a5 /sites/www
parentc0ed2df012621d7324895c5e5331a2692fa8bb6d (diff)
Explicitly document what ssh_config directives Paramiko itself understands
Diffstat (limited to 'sites/www')
-rw-r--r--sites/www/changelog.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 6718f888..63f64e50 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,9 @@
Changelog
=========
+- :support:`-` Explicitly document :ref:`which ssh_config features we
+ currently support <ssh-config-support>`. Previously users just had to guess,
+ which is simply no good.
- :feature:`-` Add new convenience classmethod constructors to
`~paramiko.config.SSHConfig`: `~paramiko.config.SSHConfig.from_text`,
`~paramiko.config.SSHConfig.from_file`, and