As the title suggests I want to edit on my local machine ( Machine A ) files that are in a server ( Machine C ) that is accessible after sshing to another server ( Machine B ) (two hops in total).
I’m using Sublime Text 4 with the SFTP plugin, but I don’t think it has the option of tunneling. I’m using Windows on the local computer (with WSL2 Ubuntu installed) and the remote server has Ubuntu.
I can use WinSCP to edit individual files in Sublime but I’m interested in accessing entire directories. I’ve tried using the WInSCP plugin but it doesn’t to work.
What would be the best way to achieve that?