Dear Support Team,
After setting up the SSH alarm, I started getting the following error when connecting via SSH:
-bash: /www/server/panel/pyenv/bin/python: Permission denied
I understand that this happened because I’m using SSH as the ubuntu user, and that folder is accessible only to the root user. To resolve this, I ran the following command:
sudo chmod -R a+rx /www/server/panel/
This allows all users to read and execute files in that directory and error is fixed.
but i would like to confirm whether this change is safe, or if it poses any security risk ?