1. Eternal Terminal does not support ssh_config ProxyCommand, so both tunnels must be TCP.
2. Cloudflare Tunnel TCP proxies through cloudflared running locally on the client. https://developers.cloudflare.com/cloudflare-one/application...
#~/.ssh/config Host et.example.com Hostname 127.0.0.1 Port 10022 cloudflared access tcp --hostname ssh.example.com --url localhost:10022 & cloudflared access tcp --hostname et.example.com --url localhost:12022 & et et.example.com:12022
cloudflared tunnel login
1. Eternal Terminal does not support ssh_config ProxyCommand, so both tunnels must be TCP.
2. Cloudflare Tunnel TCP proxies through cloudflared running locally on the client. https://developers.cloudflare.com/cloudflare-one/application...
The following command must be run once to authenticate: