Fix gnome-keyring usage
This commit is contained in:
parent
fb16fe1f9c
commit
c8aa82222d
@ -1,4 +1,6 @@
|
||||
eval $(gnome-keyring-daemon -s --components=pkcs11,secrets,gpg,keyring,ssh) &
|
||||
# unlock keyring at boot with PAM : https://wiki.archlinux.org/index.php/GNOME/Keyring
|
||||
eval $(gnome-keyring-daemon -s --components=pkcs11,secrets,gpg,keyring,ssh)
|
||||
export SSH_AUTH_SOCK
|
||||
|
||||
# Using ssh-agent instead of gnome-keyring ?
|
||||
#SSHAGENT="/usr/bin/ssh-agent"
|
||||
|
Loading…
Reference in New Issue
Block a user