bugzilla-daemon at bugzilla.mindrot.org
2010-Nov-08 09:53 UTC
[Bug 1834] New: OpenSSH ignores keys in ~/.ssh/config and offers keys from Seahorse instead
https://bugzilla.mindrot.org/show_bug.cgi?id=1834
Summary: OpenSSH ignores keys in ~/.ssh/config and offers keys
from Seahorse instead
Product: Portable OpenSSH
Version: 5.6p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: jchadima at redhat.com
The ssh ignores the "IdentityFile" config in ~/.ssh/config and instead
uses the keys from Seahorse in alphabetical order. There is no way how
to force the order the keys. This may cause the unability to login on
sites with limited numbers of login attempts.
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2010-Nov-08 10:39 UTC
[Bug 1834] OpenSSH ignores keys in ~/.ssh/config and offers keys from Seahorse instead
https://bugzilla.mindrot.org/show_bug.cgi?id=1834
Darren Tucker <dtucker at zip.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dtucker at zip.com.au
--- Comment #1 from Darren Tucker <dtucker at zip.com.au> 2010-11-08
21:39:39 EST ---
Doesn't "IdentitiesOnly yes" do what you want?
--
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.
bugzilla-daemon at bugzilla.mindrot.org
2010-Nov-09 23:06 UTC
[Bug 1834] OpenSSH ignores keys in ~/.ssh/config and offers keys from Seahorse instead
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.
bugzilla-daemon at bugzilla.mindrot.org
2011-Jan-24 01:33 UTC
[Bug 1834] OpenSSH ignores keys in ~/.ssh/config and offers keys from Seahorse instead
https://bugzilla.mindrot.org/show_bug.cgi?id=1834
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #3 from Damien Miller <djm at mindrot.org> 2011-01-24 12:33:39
EST ---
Move resolved bugs to CLOSED after 5.7 release
--
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.
Possibly Parallel Threads
- [Bug 2066] New: ssh tries the keys proposed by the agent before those passed with -i
- Ordering of key offers with "ssh -i"
- [Bug 3153] New: Prefer user specified keys to avoid the agent overloading MaxAuthTries before even trying the key that was specified
- ssh-agent and IdentityFile
- [Bug 2221] New: Explicit identity files are being used after implicit files are attempted