Solly
Solly
CDCloudflare Developers
Created by Solly on 10/11/2024 in #general-help
cloudflare tunnels for anything but http(s)
cloudflare tunnels have worked great for anything http, its set up a tunnel for a device, add a public hostname, host it on device and run cloudflared dada however when i change the protocol from anything but http(s), nothing works at all, in most cases i can just slap an http header on it and call it a day, but im not sure how to do that with ssh (and id rather not) what i want: add public hostname ssh://localhost:3333 to device with sshd on it systemctl restart sshd cloudflared on device with sshd on it ssh [email protected] -p ???? (what port do i use, both 22, 80, 443, 8080, and 3333 didnt work)
13 replies