|
|
|
|
|
by maximilian
4981 days ago
|
|
Can anyone comment on why password-less ssh-keys are bad? ("#11: Never ever use passphrase free key (passphrase key less) login.") I usually figure that it just generates some random number based on the time + salt and that is more secure (brute-force attack-wise) than any silly password I could come up with myself. |
|
By using a password-free key, your private key is sitting in plain text on your local machine, which is a potential security risk.
(Apologies is your question is more nuanced than my understanding.)