sublime_remote_edit
sublime_remote_edit copied to clipboard
does not support custom ssh port in settings
You can use ~/.ssh/config to set custom port, reuse this ssh config entry with your sublime plugin and this works.
I think I fixed the issue somehow. I don't remember atm if I used ssh config or if I modified the code. I will try to check