1 How can I prevent GNOME for prompting for my ssh key password?
3 [pdurbin@beamish ~]$ ssh-add
4 Enter passphrase for /home/pdurbin/.ssh/id_rsa:
5 Identity added: /home/pdurbin/.ssh/id_rsa (/home/pdurbin/.ssh/id_rsa)
6 [pdurbin@beamish ~]$ ssh server1.greptilian.com
10 > Enter password to unlock the private key
12 > An application wants access to the private key
13 > 'pdurbin@beamish', but it is locked
17 > () Automatically unlock this key
18 > whenever I'm logged in
22 I click "Cancel" (twice) and see this back on the console:
24 Agent admitted failure to sign using the key.
25 Agent admitted failure to sign using the key.
26 pdurbin@server1.greptilian.com's password:
30 [pdurbin@beamish ~]$ cat /etc/redhat-release
31 Fedora release 17 (Beefy Miracle)