summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-07-09 18:27:44 -0400
committerLuke Smith <luke@lukesmith.xyz>2018-07-09 18:27:44 -0400
commitf5a61858a22f68121c96da5c62e83af637df7853 (patch)
tree09162d9b6a335eaf17cbd3767f7b2f5db1be8365 /README.md
parent62e310a1110d2c4c8aa35db61eb7d4d7bc690f51 (diff)
readme additions about gpg logins
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 14 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4938f78..25a6eb7 100644
--- a/README.md
+++ b/README.md
@@ -50,9 +50,21 @@ The automatically deployed configs will look for certain programs for certain ex
+ `iproute2mac` for Mac users who want the autosync feature.
+ `mpv` if you want the autosync feature to notify you with a ding on new mail.
-### "Wait? The script asks for my passwords?"
+## The autosync
-Look at the code. The script takes the passwords you give it, encrypts them immediately with your own GPG key, and shreds the leftovers. Nothing malicious; it's all there! If it makes you comfortable you can even run the script offline at first.
+If you activate the autosync at a significantly infrequent interval, by
+default, your system might prompt you for your GPG password every time. To
+prevent this, you can change the time a GPG unlock lasts by adding a time in
+seconds as below into `~/.gnupg/gpg-agent.conf`:
+
+```
+default-cache-ttl <number-of-seconds>
+max-cache-ttl <number-of-seconds>
+```
+
+You can also use [pam-gnupg](https://github.com/cruegge/pam-gnupg) if you want
+to just log into your keyring immediately on log in. This is what I do, but
+it's less secure if you leave you computer logged on.
## You can help!