• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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