I'm running a python application (a monitor) called Tautulli.
This application are running under the user tautulli.
Now, the app is performing different functions depending on other stuff.
The thing I'm having an issue with is that I need it to execute another script on a remote server via ssh, BUT it appears that the user "tautulli" don't have permission to do this, because I'm getting this error message:
Could not create directory '/home/tautulli/.ssh
So I'm guessing this has something to do with user access, but have no idea how to solve it.. Any suggestions?
tautulliuser not have write permissions in its own home directory?echo $HOMEfrom the command line as user tautulli. It the directory exists, look at the permissions for example withls -lh.