Directadmin users with ssh access

Farsheed

New member
Joined
May 24, 2024
Messages
7
I have reseller account, When I create a user and give it ssh access I can remotely connect but I can't install packages. I get this error:
sudo: /usr/bin/sudo must be owned by uid 0 and have the setuid bit set
Anyone knows the solution?
 
yes, you can't use sudo. because sudo is root permission. it shouldn't use on other user.
 
Thanks for reply,
So what's the point of ssh for DA users? I need to install some node and composer packages for my web app, is there any solution for my case?
 
Thanks anyway, I was interested to use da users using sudo prefix.

I am just stunned that you would want to allow untrusted people to have that kind of access to your server and install whatever they wanted.
 
But this is like giving your kids full access to all of your resources (money, car etc), they will kill your server probably within one day…

Its actually worse than that. Its allowing the neighbors kids who just moved in and you don't even know their name.
 
Back
Top