[openbox]Instruction to use ssh-agent
This commit is contained in:
parent
f1c7bc5bdf
commit
e632ab9896
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user