|
|
|
|
|
by Freak_NL
3754 days ago
|
|
A private key without a passphrase can be used by anyone who gets hold of it. Why disable the extra protection a passphrase affords? With an ssh agent you can store the passphrase in the keychain you unlock when you log on, so you won't have to type it whenever you use it, unless you ssh into your own machine and try to use the key from the remote shell (which makes sense). Of course, in every security scenario the risks determine the level of security, but having a passphrase has no practical downsides. |
|
I would add this. If someone malicious gets physical access to your laptop, you've got bigger problems to deal with. ;)