diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-08-09 10:57:20 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-08-09 10:57:20 -0300 |
commit | 2ee9b7caad3b1ef50cda1e0ceba75938b11fabef (patch) | |
tree | 81e2fc03a5bec64460150edf2769352a20745a54 | |
parent | c4c93539fbc523b8daf4a0597b63c092018de69a (diff) | |
download | profile-2ee9b7caad3b1ef50cda1e0ceba75938b11fabef.tar.gz profile-2ee9b7caad3b1ef50cda1e0ceba75938b11fabef.tar.bz2 |
Feat: comments about SSH and GPG agents (2)
-rw-r--r-- | profile.dot.link | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/profile.dot.link b/profile.dot.link index 713b1be..e559233 100644 --- a/profile.dot.link +++ b/profile.dot.link @@ -371,6 +371,11 @@ fi # * /usr/lib/systemd/user/gnome-keyring-daemon.service # * /etc/xdg/autostart/gnome-keyring-* # +# Also, from gpg-agent(1) manpage: +# +# The agent is automatically started on demand by gpg, gpgsm, gpgconf, or +# gpg-connect-agent. Thus there is no reason to start it manually. +# #if [ -e "$HOME/apps/utils-gpg/gpg-agent-eval" ]; then # $HOME/apps/utils-gpg/gpg-agent-eval #fi |