[openbox]Instruction to use ssh-agent

This commit is contained in:
Mathieu Maret 2015-05-28 15:05:42 +02:00
parent f1c7bc5bdf
commit e632ab9896
1 changed files with 9 additions and 0 deletions

View File

@ -1 +1,10 @@
eval $(gnome-keyring-daemon -s --components=pkcs11,secrets,gpg,keyring) &
# Using ssh-agent instead of gnome-keyring ?
#SSHAGENT="/usr/bin/ssh-agent"
#SSHAGENTARGS="-s"
#if [ -z "$SSH_AUTH_SOCK" -a -x "$SSHAGENT" ]; then
# eval `$SSHAGENT $SSHAGENTARGS`
# trap "kill $SSH_AGENT_PID" 0
#fi