
bugzilla-daemon at bugzilla
Aug 27, 2009, 10:05 PM
Post #1 of 1
(231 views)
Permalink
|
|
[Bug 1483] Unable to select desired (DSA) key file
|
|
https://bugzilla.mindrot.org/show_bug.cgi?id=1483 Darren Tucker <dtucker [at] zip> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dtucker [at] zip --- Comment #5 from Darren Tucker <dtucker [at] zip> 2009-08-28 15:05:37 EST --- Does adding -o IdentitiesOnly=yes help? It should force ssh to only use the identities provided on the command line or config file: 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". -- 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. _______________________________________________ openssh-bugs mailing list openssh-bugs [at] mindrot https://lists.mindrot.org/mailman/listinfo/openssh-bugs
|