yongkangchen / remote-sync

Upload your files to remote host after every change. Both SCP/SFTP and FTP are supported.
https://atom.io/packages/remote-sync
MIT License
237 stars 71 forks source link

Add an extra host as a jump server before the remote client #531

Open szabosa opened 1 year ago

szabosa commented 1 year ago

Hello!

I was looking for any solution to give an extra host (as a jump host what we use because security things) before the remote client, but I didn't find any answer which solves this so far.

Can you please confirm if it's even possible or not, and if yes how to implement it to the config?

Thank you! Alex

szabosa commented 1 year ago

I also tried to configure the remote client in my .ssh/config file with a ProxyJump argument, but I think Atom (and nor the plugin) doesn't read that config file. :/