I have recently learned how to set up SSH connections using public-key authentication. This is all well and good and I can see the benefit of using this method for SSH connections.
However, once I have connected to the remote machine, aren't passwords still going to be required to perform certain functions (like su - or sudo)?
I am somewhat aware of other sudo authentication options such as SecureID, but what if I'm poor (LOL)?
In summary, why bother with SSH public key authentication if I will need passwords to use SUDO anyway?
P.S. Please recognize that my question is for the purpose of learning more... I do not presume to know what I am talking about.
However, once I have connected to the remote machine, aren't passwords still going to be required to perform certain functions (like su - or sudo)?
I am somewhat aware of other sudo authentication options such as SecureID, but what if I'm poor (LOL)?
In summary, why bother with SSH public key authentication if I will need passwords to use SUDO anyway?
P.S. Please recognize that my question is for the purpose of learning more... I do not presume to know what I am talking about.