| Hack: | Quick Logins with ssh Client Keys | |
| Subject: | Don't use plaintext keys for interactive logins | |
| Date: | 2003-04-07 09:43:00 | |
| From: | anonymous2 | |
|
There's no reason to use a plaintext (passwordless) key for interactive logins, ever. Despite what the author says, a passwordless key is NOT "the same" level of security as a password, since the key sits ON DISK, unencrypted, and a password does not. A better analogy would be putting your sensitive login password into a file named "StealMe.txt". Instead, use a strong passphrase and run ssh-agent to avoid the need to type passwords. For interactive use, this is a far better solution: now an attacker would need TWO secrets (your key and your passphrase) to impersonate you, and you still get passwordless logins.
|
||
Women in Technology
Hear us Roar
