Bug 3459 - add id_ed25519_sk_rk to the list of default identity file names
Summary: add id_ed25519_sk_rk to the list of default identity file names
Status: CLOSED WONTFIX
Alias: None
Product: Portable OpenSSH
Classification: Unclassified
Component: ssh (show other bugs)
Version: 9.0p1
Hardware: amd64 Mac OS X
: P5 enhancement
Assignee: Assigned to nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-09 06:35 AEST by Vladimír Kotal
Modified: 2023-03-17 13:41 AEDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimír Kotal 2022-07-09 06:35:22 AEST
When I download resident key from my Solokey (or Yubikey, does not matter), 'ssh-keygen -K' in creates id_ed25519_sk_rk{,.pub} files (in my case, the _rk suffix would be used for other key types as well).

However, ssh with default IdentityFile configuration then skips the file because it is not listed in ssh/readconf.c#fill_default_options() and I have to explicitly add it to my ssh_config.

I'd say the *_rk files should be added to the default list.
Comment 1 Damien Miller 2022-11-17 14:05:47 AEDT
Resident keys are a fairly advanced and niche feature, so I don't think it makes sense to add them to the default set of keys at present, sorry.
Comment 2 Damien Miller 2023-03-17 13:41:52 AEDT
OpenSSH 9.3 has been released. Close resolved bugs