Date: Thu, 7 Nov 2019 12:03:08 -0800 From: Mel Pilgrim <list_freebsd@bluerosetech.com> To: FreeBSD Mailing List <freebsd-questions@freebsd.org> Subject: Change openssh private key order Message-ID: <373c4623-d68b-7097-c532-288089df770a@bluerosetech.com>
next in thread | raw e-mail | index | archive | help
I have rsa keys and an ed25519 keys. They're both made available via an ssh-agent. All keys are in the authorized_keys files of the servers in question except for a few legacy cases that only have the rsa keys due to lacking ed25519 support. I want the connections to prefer the ed25519 keys over the rsa keys, but looking at debug output, the RSA keys are always tried first. Is it possible to change the order of precedence for private keys? If so, what option do I set?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?373c4623-d68b-7097-c532-288089df770a>