On a server I have a public key auth only for root account. Is there any point of logging in with a different account?
You must log in or register to comment.
that’s why root owns my .bash* stuff
If the .bashrc is immutable, the attacker can’t remove it.
That’s how it works.?
It’s .bashrc, not bashrc, and .bashrc is in the home directory.
If .bashrc is immutable, it can’t be removed from home.
you’re right. that’s something i wanted to look into. guess setfacl would do the trick?
thanks