How to SSH Through a Tunnel?

Hello CF Discord,

  • I have a local OpenSSH server running on an Ubuntu host.
  • I would like to use Docker to run a Tunnel (https://one.dash.cloudflare.com/{id}/networks/tunnels) to be able to connect to my server via SSH from anywhere with my domain. For example: ssh username@ssh.mydomain.com
  • Default /etc/ssh/sshd_config configuration
I've successfully tunneled to HTTP apps like NextJS and other local Docker images. But I always get a timeout error.
Was this page helpful?