0900565a45
it can be enabled easily for who needs it. We do this because even when one does not have any key under ~/.ssh/ the agent fires up asking for a password which is quite annoying! ok jasper@
10 lines
349 B
Plaintext
10 lines
349 B
Plaintext
The gnome-keyring SSH agent is disabled by default. If needed, there are
|
|
two ways to enable it.
|
|
|
|
System-wide:
|
|
sudo gconftool-2 --direct --config-source=`gconftool-2 --get-default-source` \
|
|
--type bool --set /apps/gnome-keyring/daemon-components/ssh true
|
|
|
|
Per user:
|
|
gconftool-2 --set --type bool /apps/gnome-keyring/daemon-components/ssh true
|