Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

@Nnnes: Thanks for sharing this.
Nnnes

This is not difficult to set up assuming you have already followed the instructions to set up SSH via cloudflared access (https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/use-cases/ssh/) and are able to SSH into the host.

In WinSCP's Advanced settings, go to Connection > Proxy. Set "Proxy type" to "Local". Under "Proxy settings" in "Local proxy command", copy and paste the same command that you have for your ProxyCommand in your SSH config file, e.g.
cloudflared access ssh --hostname cf-tunnel.example.com

(don't include ProxyCommand at the beginning). You shouldn't need to change any other settings to make the tunnel work; just set up your authentication (username, password/SSH keys, etc.) as usual. I think the "Host name" field in the basic settings can be anything as long as it's not blank.
martin

Re: Cloudflare Tunnel + WinSCP?

What is "Cloudflare tunnel"? Is it a proxy? What kind of proxy (HTTP, SOCKS, other?)? Or is it an SSH tunnel?
dervarik

Cloudflare Tunnel + WinSCP?

Is there a tutorial how to connect through a Cloudflare tunnel?