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?
I have a ssh server setup with Cloudflare tunnel, and I have to do this to connect
Is there a way to use ProxyCommand like this?