summaryrefslogtreecommitdiff
path: root/paramiko
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 /paramiko
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 'paramiko')
-rw-r--r--paramiko/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paramiko/config.py b/paramiko/config.py
index f6570271..081d0d68 100644
--- a/paramiko/config.py
+++ b/paramiko/config.py
@@ -64,7 +64,7 @@ class SSHConfig(object):
"hostname": ["%h"],
"identityfile": ["%C", "~", "%d", "%h", "%l", "%u", "%r"],
"proxycommand": ["~", "%h", "%p", "%r"],
- "proxyjump": ["~", "%h", "%p", "%r"],
+ "proxyjump": ["%h", "%p", "%r"],
# Doesn't seem worth making this 'special' for now, it will fit well
# enough (no actual match-exec config key to be confused with).
"match-exec": ["%C", "%d", "%h", "%L", "%l", "%n", "%p", "%r", "%u"],