-
-
Notifications
You must be signed in to change notification settings - Fork 259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changing linux user to gain access to files with different linux owners #84
Comments
You can do this with help of a |
Thanks for the advice. Could you please elaborate a bit to make sure I understand correctly? Thanks! |
There is one problem with this: unfortunately you can't send username and password to If you know what you are doing you can run |
I use cloudcmd with nodered, I can start cloudcmd on-demand and starting it as sudo cloudcmd works. Using iframe in nodered template I can use cloudcmd with node-red dashboard. When I don't need cloudcmd, I stop it to avoid security holes with having it open to long even with password protection. To have all that protected, I use nginx with https as a reverse proxy (easy to setup). |
Glad to help :). |
Can be solved with help of a terminal. |
This is more of a question!
First thanks a lot for this wonderful server!
When I am not the linux owner of a file, I can't do anything with it (access denied): view, edit, download
Would it be possible to change the personae to gain access to those files?
a kind of su - ?
What do you think?
(
cloudcmd -v
): v5.7.4node -v
: 6.9.1(
uname -a
on Linux): Linux cerasolar 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2+deb8u3 (2016-07-02) x86_64 GNU/Linux: Chrome Version 54.0.2840.71 m (64-bit) on a remote machine
BR
The text was updated successfully, but these errors were encountered: