So I'm sure we all know what Pageant does, for those who don't, it's a tool to be used with PuTTy in Windows to automatically enter the passphrase for your key when you SSH.
The main issue is that it stores all its data in memory, not in a secured database or something else. So when you reboot, everything's gone and you have to re-enter all the passphrases for your keys. Is there an equivalent that is statefull (remembers values persistently)?
I'm aware some would say it's a security risk to store these values permanently, but that's a matter of opinion. I think as long as the database is encrypted well it's not an issue. I believe on Mac OS X you can store them in the Keychain?
PS: Please no suggestions to create keys without a passphrase, I've already thought of that
Thanks.
The main issue is that it stores all its data in memory, not in a secured database or something else. So when you reboot, everything's gone and you have to re-enter all the passphrases for your keys. Is there an equivalent that is statefull (remembers values persistently)?
I'm aware some would say it's a security risk to store these values permanently, but that's a matter of opinion. I think as long as the database is encrypted well it's not an issue. I believe on Mac OS X you can store them in the Keychain?
PS: Please no suggestions to create keys without a passphrase, I've already thought of that

Thanks.








