error handling url - folder permissions? #365
-
Hi all :) Does the folder adding to workspace use the ssh user without using the sudo su? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
SchoofsKelvin
Mar 25, 2023
Replies: 1 comment
-
Yes, it uses the user that is logged in over SSH, i.e. using the username you specified. You can use the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
SchoofsKelvin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, it uses the user that is logged in over SSH, i.e. using the username you specified. You can use the
SFTP Sudo
and/orSFTP Command
options (otherwise see #28 and/or #104) which should allow you to start the SFTP part as root.