summaryrefslogtreecommitdiff
path: root/sites
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2022-04-25 10:42:50 -0400
committerJeff Forcier <jeff@bitprophet.org>2022-04-25 10:43:11 -0400
commitf325261699a1989d7aef1a62e3b3dab96f25d237 (patch)
tree7664e85d9c7d3f1daa50baadc2b36eac63336023 /sites
parent9b22c28a02e5ae0291857a7fb9051cf942280731 (diff)
downloadparamiko-f325261699a1989d7aef1a62e3b3dab96f25d237.tar.gz
Massage #1951 a bit
- changelog - test - tilde makes no sense here (ProxyJump is only ever [user@]host[:port] syntax) so removed it
Diffstat (limited to 'sites')
-rw-r--r--sites/www/changelog.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index eda7d1e5..62433426 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,8 @@
Changelog
=========
+- :feature:`1951` Add SSH config token expansion (eg ``%h``, ``%p``) when
+ parsing ``ProxyJump`` directives. Patch courtesy of Bruno Inec.
- :bug:`1964` (via :issue:`2024` as also reported in :issue:`2023`)
`~paramiko.pkey.PKey` instances' ``__eq__`` did not have the usual safety
guard in place to ensure they were being compared to another ``PKey`` object,