Correct use of gnome-keyring for ssh

This commit is contained in:
Mathieu Maret 2017-01-18 17:55:26 +01:00
parent 214e15efb3
commit cc5315a29b
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
eval $(gnome-keyring-daemon -s --components=pkcs11,secrets,gpg,keyring) &
eval $(gnome-keyring-daemon -s --components=pkcs11,secrets,gpg,keyring,ssh) &
# Using ssh-agent instead of gnome-keyring ?
#SSHAGENT="/usr/bin/ssh-agent"