| Sign In/My Account | View Cart |
| Article: |
The SSH Cryptosystem | |
| Subject: | Pass phrase prompt at each login | |
| Date: | 2002-11-15 13:27:20 | |
| From: | anonymous2 | |
|
i followed the instructions in this article and although the public/private key pair seem to be working fine i am prompted to enter my passphrase each time i log into the remote system! from a security standpoint this is great but i was hopeing using rsa keys would provide more convenience by removing the login prompt... of course since my passphrase is longer than a typical password, the result is worse then what i started with!
|
||
Showing messages 1 through 3 of 3.
The purpose of the passphrase is so that if someone were to steal your identity key (by booting up on a recovery floppy e.g., and snagging your key) it wouldn't be of any use to them if they didnt know your passphrase too. This is what they call 2 tier authentication, both a key and a passphrase are required ...
If you remake your key without a passphrase then it should log your right in.
Of course, if the mafia or fbi steal your computer then they will be able to log right in also !