What is returned by `ssh-add -l' is a list of keys which have corresponding .pub files.
I tried to connect to server H with some key K, and gave my password to a graphical ssh-askpass. Then it was possible to connect again without a password, as intended. After `ssh-add -d K', key K still appears in the list returned by ssh-add -l. But if I try to ssh again into H, ssh-askpass pops up. So in this test, it seems that after `ssh-add -d K' the private key material is not accessible anymore, which is what we want. (This behavior may have been different when this bug was opened). -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-keyring in Ubuntu. https://bugs.launchpad.net/bugs/505278 Title: ssh-add -D deleting all identities does not work. Also, why are all identities auto-added? Status in GNOME keyring services: New Status in Portable OpenSSH: Fix Released Status in “gnome-keyring” package in Ubuntu: Confirmed Status in “openssh” package in Ubuntu: Invalid Bug description: ssh-add -D seems to NOT remove my identities, even though it says it did. Also, why are all possible identities auto-added right away (on start?) rafal@lcwood(22:11:48)~$ ssh-add -l 8192 d1:50:43:64:52:7d:a0:61:ad:e2:bb:17:35:0d:7f:7d rafal1-rafal@lcwood (RSA) 8192 d8:f9:52:6d:d7:44:e2:fe:7d:72:78:f4:09:f7:4a:82 lcac_rafal_2_geovoucher_vm-rafal@aclc (RSA) 8192 1c:de:80:66:b2:c0:59:ff:03:61:58:43:ea:f5:b0:58 rafalsvn-rafal@lcwood (RSA) 8192 1b:7b:5b:a5:bf:40:7c:50:48:6f:5a:9b:f5:b3:43:1b rafaladmin-rafal@lcwood (RSA) rafal@lcwood(22:11:50)~$ ssh-add -D All identities removed. rafal@lcwood(22:11:51)~$ ssh-add -l 8192 d1:50:43:64:52:7d:a0:61:ad:e2:bb:17:35:0d:7f:7d rafal1-rafal@lcwood (RSA) 8192 d8:f9:52:6d:d7:44:e2:fe:7d:72:78:f4:09:f7:4a:82 lcac_rafal_2_geovoucher_vm-rafal@aclc (RSA) 8192 1c:de:80:66:b2:c0:59:ff:03:61:58:43:ea:f5:b0:58 rafalsvn-rafal@lcwood (RSA) 8192 1b:7b:5b:a5:bf:40:7c:50:48:6f:5a:9b:f5:b3:43:1b rafaladmin-rafal@lcwood (RSA) rafal@lcwood(22:11:53)~$ apport-bug ssh-ad ProblemType: Bug Architecture: amd64 Date: Sat Jan 9 22:12:25 2010 DistroRelease: Ubuntu 9.10 NonfreeKernelModules: nvidia Package: ssh (not installed) ProcEnviron: LANGUAGE= PATH=(custom, user) LANG=en_US.UTF-8 SHELL=/bin/bash ProcVersionSignature: Ubuntu 2.6.31-16.53-generic SourcePackage: openssh Uname: Linux 2.6.31-16-generic x86_64 To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-keyring/+bug/505278/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : [email protected] Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp

