VSCode Remote with SSH Tunnel
I have created a tunnel for my domain which I want to use to connect to SSH with rather than the IP address.
SSH tunnels are working fine but I am not able to connect to my SSH server with VSCode.
On Checking VSCode Connection logs, it seems like they use the command as
How to make it work with Cloudflare SSH Tunnels
SSH tunnels are working fine but I am not able to connect to my SSH server with VSCode.
On Checking VSCode Connection logs, it seems like they use the command as
ssh -T -D 57935 connectionName bash to connect to the server which is not at all responding.How to make it work with Cloudflare SSH Tunnels