ssh-action
ssh-action copied to clipboard
Support for ProxyCommand
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?