| bio | website | blog.gingerlime.com |
|---|---|---|
| location | Berlin, Germany | |
| age | ||
| visits | member for | 1 year, 1 month |
| seen | May 19 at 18:32 | |
| stats | profile views | 2 |
|
Nov 13 |
comment |
caching a master passphrase on a linux server Thanks peterph. This is pretty much what I ended up using. I mounted an ecryptfs filesystem using a passphrase that was generated using the ssh private key. So I only load the ssh key once in memory, and from it, I can generate other passphrases... I should probably post the code online some time, but didn't quite get round to it. |
|
May 1 |
awarded | Supporter |
|
Apr 18 |
comment |
caching a master passphrase on a linux server Thanks @janos. As Gilles highligted correctly, ssh-agent actually stores the private key in memory, not the passphrase, but yes: I am looking for a way to avoid having to type the passphrase twice (or more in the case of GPG). |
|
Apr 9 |
awarded | Student |
|
Apr 7 |
asked | caching a master passphrase on a linux server |