Bug 3459

Summary: add id_ed25519_sk_rk to the list of default identity file names
Product: Portable OpenSSH Reporter: Vladimír Kotal <vlada>
Component: sshAssignee: Assigned to nobody <unassigned-bugs>
Status: CLOSED WONTFIX    
Severity: enhancement CC: djm
Priority: P5    
Version: 9.0p1   
Hardware: amd64   
OS: Mac OS X   

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