docs and examples for proxy_command might be wrong
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.
关闭于 2025-08-24 0 条评论