this post was submitted on 06 Jul 2024
63 points (81.2% liked)
privacy
3181 readers
226 users here now
Big tech and governments are monitoring and recording your eating activities. c/Privacy provides tips and tricks to protect your privacy against global surveillance.
Partners:
- community.nicfab.it/c/privacy
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Doesn't... doesn't then OpenSSH client store keys in text files?
I'm trying to figure out how this is an issue, other than maybe Signal should be using an OS level keystore.
They are text files but they are not "plaintext". They are (optionally) encrypted with a user-supplied password. That is why you need
ssh-agent
to stay sane.