ssh-action icon indicating copy to clipboard operation
ssh-action copied to clipboard

Support for ProxyCommand

Open louiszn opened this issue 5 months ago • 0 comments

I have a ssh server setup with Cloudflare tunnel, and I have to do this to connect

Host MyServer
    Hostname ...
    ProxyCommand cloudflared access ssh --hostname %h
    User ...

Is there a way to use ProxyCommand like this?

louiszn avatar Jul 07 '25 14:07 louiszn