SSH -SFTP fail
hi there, i have setup sftp server , and created a tunnel to point to it.
when trying to SSH to the domain or accessing sftp to the domain it wont work.
i did found , this
https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/use-cases/ssh/ssh-cloudflared-authentication/
which i guess would've work, however a device i am using cannot install cloudflare .
i would like for a web camera to upload to the sftp server .
i have no ways or able to install cloudflare on that camera .
what can i do ?
Cloudflare Docs
Connect to SSH with client-side cloudflared (legacy) | Cloudflare Z...
End users can connect to an SSH server without the WARP client by authenticating through cloudflared in their native terminal. This method requires having cloudflared installed on both the server machine and on the client machine, as well as an active zone on Cloudflare. The traffic is proxied over this connection, and the user logs in to the se...
4 Replies
?tunnel-tcp
Cloudflare Tunnels use Cloudflare's proxy, which only supports proxying HTTP Traffic. If you want to use non-http applications over your tunnel, Cloudflare has a few other options:
For a few specific protocols such as SSH, RDP, and SMB, Cloudflare has guides for them here:
https://developers.cloudflare.com/cloudflare-one/applications/non-http/
For Arbitrary TCP like Minecraft, MySQL, and any other tcp application, Cloudflare has a guide here: https://developers.cloudflare.com/cloudflare-one/applications/non-http/arbitrary-tcp/
For Arbitrary UDP like Minecraft Bedrock, SMTP, and any other udp application, you will need to use Private Networking with WARP: https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/private-net/connect-private-networks/
Please note for all of these except SSH and VNC which can be browser-rendered, you will either need to use cloudflared (Cloudflare's tunnel daemon) on the client machine running in the background or Private Networking with WARP, and have WARP installed on the client machine logged into your Zero Trust Team.
The answer is: The client needs to install something, won't work if they can't with that option. Now CF does offer a new way with Private Networking if you have control over the LAN of the camera you might be able to use: https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/private-net/warp-connector/
Haven't tried it myself tho
Cloudflare Docs
Site-to-site connectivity | Cloudflare Zero Trust docs
Cloudflare WARP Connector is a piece of software 1 that enables site-to-site, bidirectional, and mesh networking connectivity without requiring changes to underlying network routing infrastructure. WARP Connector establishes a secure Layer 3 connection between a private network and Cloudflare, allowing you to:
i cant do CF private networking .
will not work 😒