• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Question No sudo access in bash ssh shell

sdlx

New Pleskian
Hey All,

Newbie question here. Running Plesk onyx (also had this problem on 12.x) on a ubuntu server 14.04

After adding a domain - I allow ssh access (either /bin/bash & /bin/bash chrooted), and when I ssh in I cannot sudo - I get permission denied, not member of sudoers group.

What am I missing here ? I am clearly overlooking something obvious, but I cant figure it out.

Any help appreciated. thanks.
 
Add the system user to the sudo group:

# usermod -a -G sudo username
 
Back
Top