/
Cluster Security Policy
Cluster Security Policy
Facts about Current Configuration
- The root user on
rcmaster
can use root privileges on rcnfs. - The root user on each of the
rcXX
cannot use root privileges on rcnfs, due to root squashing by rcnfs. - This implies that
root
onrcXX
is significantly less dangerous thanroot
onrcmaster
.
Policy
- We should generally favor
sudo
over logging in asroot
for almost all purposes. - Those who require root privileges on the cluster machines should be added to the group
wheel
on each cluster machine, rather than having their public key added to/root/.ssh/authorized_keys
. - Only those who can take the responsibility of rebuilding rcmaster or rcnfs should hold root privileges on either of those machines.