diff options
-rw-r--r-- | paramiko/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/paramiko/config.py b/paramiko/config.py index e6877d01..ba1f38c3 100644 --- a/paramiko/config.py +++ b/paramiko/config.py @@ -63,6 +63,7 @@ class SSHConfig(object): "hostname": ["%h"], "identityfile": ["~", "%d", "%h", "%l", "%u", "%r"], "proxycommand": ["~", "%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": ["%d", "%h", "%L", "%l", "%n", "%p", "%r", "%u"], |