[Bug 2095] ssh client not respecting IdentitiesOnly=yes option

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Wed May 1 08:28:41 EST 2013


https://bugzilla.mindrot.org/show_bug.cgi?id=2095

Damien Miller <djm at mindrot.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |djm at mindrot.org

--- Comment #1 from Damien Miller <djm at mindrot.org> ---
IdentitiesOnly doesn't disable the agent, it's intended to allow
_selection_ of which keys from an agent are used.

Using the public key to select which agent key is offered is perfectly
valid; indeed it is exactly what this option is intended for.

If you don't want to use the agent at all, then unset SSH_AUTH_SOCK.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list