The current example and documentation use `%h:%p` in `proxy_command`. ```json "proxy_command": "ssh -W %h:%p -i ~/.ssh/jump_key jumpuser@bastion.company.com" ``` However, it seems that Paramiko doesn't support this usage like OpenSSH. The detailed host and port must be given.