Add comment to ssh module for GNOME users

This commit is contained in:
MajorFeels 2017-04-24 04:31:43 -04:00
parent dca1803ced
commit fc7c8f0506
1 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,12 @@
#
# sets up ssh-agent
#
# The GNOME Keyring daemon will cause issues with ssh-agent
# Please make sure to disable the GNOME Keyring SSH intergration if you wish to use ssh-agent
# This can be done with the following commands:
# mkdir ~/.config/autostart
# cp /etc/xdg/autostart/gnome-keyring-ssh.desktop ~/.config/autostart/ &&
# printf '%s\n' 'Hidden=true' >> ~/.config/autostart/gnome-keyring-ssh.desktop
# don't do anything unless we can actually use ssh-agent
if (( ! ${+commands[ssh-agent]} )); then