[Bug 1483] Unable to select desired (DSA) key file

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Sat Jul 12 15:49:46 EST 2008


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


Damien Miller <djm at mindrot.org> changed:

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




--- Comment #1 from Damien Miller <djm at mindrot.org>  2008-07-12 15:49:42 ---
I have fixed the scp manpage: in OpenSSH-5.1 it will read "... the
identity (private key) for public key authentication".

Regarding #3, you may specify "-F/dev/null" to avoid reading a config
file.

I can't replicate your issues #2 and #4. Make sure that you have no
configuration interfering with your tests and no agent. E.g.:

env SSH_AUTH_SOCK= ssh -F/dev/null -vv -ixxx -i ~/.ssh/id_rsa myhost

will try key "xxx" before it tries id_rsa. If an agent is present, keys
in it are always tried first

-- 
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