- Package:
- openssh-client
- Source:
- openssh
- Description:
- secure shell (SSH) client, for secure access to remote machines
- Submitter:
- Timo Weingärtner
- Date:
- 2014-07-14 22:30:19 UTC
- Severity:
- minor
Package: openssh-client Version: 1:6.6p1-6 Severity: minor See the relevant part of an strace of ssh-add -D, annotated with the names for the message numbers: SSH_AGENTC_REMOVE_ALL_RSA_IDENTITIES SSH_AGENT_SUCCESS SSH2_AGENTC_REMOVE_ALL_IDENTITIES SSH_AGENT_FAILURE The message "All identities removed." is wrong here, ssh-agent-filter denied the request and the SSH2 identities are still in the ssh-agent. Greetings Timo