• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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