I connect to server with my pub key and usual server config:
...
"host": <IP>,
"user": <my.name>,
...
To be able to change project code, I have to sudo to project user:
sudo -iu <project.user>
otherwise I can access project code read-only.
This is strait-forward in Terminal ssh session, but is there any way I could instruct Sublime SFTP to change user?
Of course I cannot directly connect to server with project user, which should be obvious I guess
Thanks