This commit is contained in:
Paul Belanger 2017-08-03 14:20:14 +00:00 committed by GitHub
commit c365536f0c
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