| Summary: | add id_ed25519_sk_rk to the list of default identity file names | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Vladimír Kotal <vlada> |
| Component: | ssh | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED WONTFIX | ||
| Severity: | enhancement | CC: | djm |
| Priority: | P5 | ||
| Version: | 9.0p1 | ||
| Hardware: | amd64 | ||
| OS: | Mac OS X | ||
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. OpenSSH 9.3 has been released. Close resolved bugs |
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.