Cloudflared is the command-line client for Cloudflare Tunnel with tunneling daemon that proxies traffic from the Cloudflare network to your origins. This repository provides container image to integrate into your CI/CD and etc. when your SSH endpoint is behind Cloudflare.
- Image on DockerHub: https://hub.docker.com/r/getflow/cloudflared-ssh
- Sources: https://github.com/getflow/cloudflared-ssh
To connect over ssh to your server just call ssh user@your-ssh-server-address -i your-key
. Or if you're using git git clone git@your-git-ssh-endpoint
.