|
|
|
|
|
by tossaway9000
1688 days ago
|
|
It's not a "private" key if its shared. Only the end user needs to know the private key details. Consider the usecase of generating a user their initial password for a service, this almost always results in the user needing to immediately reset their password after initial login, this doesn't happen if someone is generating both parts of the key pair for you. My sysadmin doesn't need to know my password, and doesn't need to know my private key or passphrase, that would allow them to impersonate me. |
|
*this may or may not be true depending on how Enterprise-y your workplace is.