On 18/02/2022 12:15, Darren Tucker wrote: > Other than the ProxyUseFdpass part you can do that with a shell one > liner in ProxyCommand and netcat: > > ProxyCommand sh -c 'nc %h %p || nc --proxy lsocksserver:1080 > --proxy-type=socks4 %h %p' Neat, that will probably do me for now :-) Cheers, Brian.