I am connecting to a remote server over a ssh tunnel like so : ssh -p 12345 -L 7777:90.10.10.10:6666 user1@dev-remote.example.com
These details might be unnecessary but just in case : After i run this command i open a remote desktop session using remmina for linux. and there i put details : localhost:7777 and i can connect to my remote desktop ( a vm basically ). Now in the remote desktop i have to use putty and put details as : www-dev-pqr-xyz:22 and then i can finally mount a network drive and then work on the codebase
Is there a way i can scp file from remote to my local machine and configure my sublime text in such a way so that whenever i make any changes it goes to remote server via remote desktop, sorry if i miss some concepts here, i am new to ssh tunneling.
Thanks in advance