[Bug 1834] OpenSSH ignores keys in ~/.ssh/config and offers keys from Seahorse instead

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Wed Nov 10 10:06:05 EST 2010


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

Damien Miller <djm at mindrot.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |djm at mindrot.org
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #2 from Damien Miller <djm at mindrot.org> 2010-11-10 10:06:05 EST ---
from "man ssh_config"

IdentitiesOnly
  Specifies that ssh(1) should only use the authentication identity
  files configured in the ssh_config files, even if ssh-agent(1)
  offers more identities.  The argument to this keyword must be
  ``yes'' or ``no''.  This option is intended for situations where
  ssh-agent offers many different identities.  The default is ``no''.

If you don't want ssh to touch the agent at all, then unset the
SSH_AUTH_SOCK environment variable.

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- 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