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
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 Tunnels1 Reply
Is there any solution for this?
I am using the same config and as I mentioned the normal SSH is working fine but VS code remote container is not working with this mode due to above mentioned issue.