aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-08-09 10:57:20 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-08-09 10:57:20 -0300
commit2ee9b7caad3b1ef50cda1e0ceba75938b11fabef (patch)
tree81e2fc03a5bec64460150edf2769352a20745a54
parentc4c93539fbc523b8daf4a0597b63c092018de69a (diff)
downloadprofile-2ee9b7caad3b1ef50cda1e0ceba75938b11fabef.tar.gz
profile-2ee9b7caad3b1ef50cda1e0ceba75938b11fabef.tar.bz2
Feat: comments about SSH and GPG agents (2)
-rw-r--r--profile.dot.link5
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