|
|
|
|
|
by CableNinja
995 days ago
|
|
Assuming a sufficiently secured access method via SSH (ex strong ciphers only, key only, etc), you can get by just fine without su/sudo, of course, youll have to switch users manually, by logging in as a root-like user (ex root aliased, or root itself). Services and such can still operate as other users, as (as far as i know) systemd and rc.d dont rely on suid. Also, side rant, su/sudo were developed from what i would call being lazy (uhg i dont want to open a new terminal to run a command as root) which has led to a lot of abuse. But, i blame ubuntu for its widespread use and abuse, the first user made by a ubuntu install has full sudo privs out of the box. And then, every guide thereafter just became "just sudo su" (which uhg, in itself). The lazy factor by sudoing everything has led to uses of sudo i wish id never seen. I wish we never had it. |
|