SSH not being forwarded by tunnel?

What is the name of the domain?

victorbrink.dev

What is the issue you’re encountering

I have an SSH server managed by my git platform running on localhost:222. I have created a DNS record with cloudflare to point ssh.subdomain.com to 127.0.0.1:222. This doesn’t work, connecting to the domain using telnet ssh.subdomain.com 22 ooesn’t respond and times out after a very long time. On the machine running telnet 127.0.0.1 22 works fine leading me to believe there’s an issue with the tunnel here.

Using protocols other than HTTP(S) requires that you install either the tunnel or WARP on the client.

You can check here for the different options: SSH | Cloudflare Zero Trust docs

2 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.