ControlPath versus ProxyCommand

Darren Tucker dtucker at zip.com.au
Fri Nov 3 13:36:24 AEDT 2017


On 3 November 2017 at 13:23, Cameron Simpson <cs at cskk.id.au> wrote:
[...]
>
>  ProxyCommand ssh MAIN nc 127.0.0.1 7777
>>>
>> If your ssh client is new enough, you should try ssh -J / JumpHost
>> instead.
>>
>
> I give this particular script to others, so that may not be feasible yet.


See also ssh -W, which has been around for a while and removes the need for
netcat on the intermediate system.

-- 
Darren Tucker (dtucker at zip.com.au)
GPG key 11EAA6FA / A86E 3E07 5B19 5880 E860  37F4 9357 ECEF 11EA A6FA (new)
    Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.


More information about the openssh-unix-dev mailing list