I want to setup a VPS that is is open to a few people for them to execute a program. They will connect via SSH. Is there a way for me to keep them from running root commands (sudo, su)?
I tried installing Openssh-server on my laptop running ubuntu 14.04.3 and tried connection via my phone using my password and even though I had PermitRootLogin set to no, I was able to run sudo commands.
sudo
for the altogether? – muru Feb 20 '16 at 09:41sudo
access in the first place? Via a group? Via individual entries to/etc/sudoers
? – muru Feb 20 '16 at 09:51sudo
access, so no problem there. – muru Feb 20 '16 at 09:58