ssh-add -D は ssh-agent から保存されたキーを削除しません。

ssh-add -D は ssh-agent から保存されたキーを削除しません。

どうすればこれが起こりますか? :

stan@tcpc:~/.ssh$ ssh-add -l
8192 e0:45:5e:cc:45:3e:17:2b:a6:54:6f:8d:53:1b:j2:e3 github (RSA)
2048 25:41:53:a6:45:5d:ac:eb:5c:45:f8:ce:42:a9:he:aa BITBUCKET (RSA)
stan@tcpc:~/.ssh$ ssh-add -D
All identities removed.
stan@tcpc:~/.ssh$ ssh-add -l
8192 e0:45:5e:cc:45:3e:17:2b:a6:54:6f:8d:53:1b:j2:e3 github (RSA)
2048 25:41:53:a6:45:5d:ac:eb:5c:45:f8:ce:42:a9:he:aa BITBUCKET (RSA)

キーが削除されないのはなぜですか?

ps これはバグかもしれませんか?http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=472477 ところで、私はアーチLinuxを使っています。

ベストアンサー1

ステップこの投稿私には役に立ちました。 Launch Application Managerを開き、「SSH Key Agent - GNOME Keyring:SSH Agent」エントリの選択を解除してUnityを再起動します。表示されない場合は、編集してに変更して/etc/xdg/autostart/gnome-keyring-ssh.desktopください。NoDisplay=trueNoDisplay=false

おすすめ記事