Access cloudflared routable resource via Proxy Endpoint?
Hi -
I have a sftp server reachable via cloudflared. IE – cloudflared has a route for the network the sftp server resides on. The route for the network the sftp server resides on exists on a specific vnet and not the
Is it possible to use a Proxy Endpoint to access the sftp server?
It appears a proxy endpoint can be used to access tcp port 22 on an ssh server.
Thanks,
Joe
I have a sftp server reachable via cloudflared. IE – cloudflared has a route for the network the sftp server resides on. The route for the network the sftp server resides on exists on a specific vnet and not the
default vnet. The sftp server is reachable when connected with the WARP client.Is it possible to use a Proxy Endpoint to access the sftp server?
It appears a proxy endpoint can be used to access tcp port 22 on an ssh server.
% curl -px https://<SUBDOMAIN>.proxy.cloudflare-gateway.com telnet://sdf.org:22
SSH-2.0-OpenSSH_9.9Thanks,
Joe