相关疑难解决方法(0)

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)
Run Code Online (Sandbox Code Playgroud)

为什么密钥没有被擦除?

ps可能是这个错误?http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=472477 不过我在 arch linux 上......

ssh openssh sshd

15
推荐指数
1
解决办法
1万
查看次数

标签 统计

openssh ×1

ssh ×1

sshd ×1