5 ms·
Is there any advantage/difference to using ProxyCommand with netcat vs just saying "ProxyJump bastion.example.com"?
by nat 7y ago
Is there any advantage/difference to using ProxyCommand with netcat vs just saying "ProxyJump bastion.example.com"?
- termie 7y agoProxyJump was added in OpenSSH 7.3 so systems from a few years ago might not support it. It does the same thing as ProxyCommand with -W %h:%p but you can’t set custom options for the jump connection with ProxyJump.
- deleted 7y ago[deleted]