| Summary: | Cannot import FIDO2 keys when macOS lockdown mode enabled | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | vivithecanine |
| Component: | ssh | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | NEW --- | ||
| Severity: | normal | CC: | djm |
| Priority: | P5 | ||
| Version: | 9.1p1 | ||
| Hardware: | All | ||
| OS: | Mac OS X | ||
|
Description
vivithecanine
2022-10-27 06:31:35 AEDT
From the debug log, it appears that ssh-add was successfully downloading the keys from your FIDO2 token, but failing to add them to ssh-agent. I wonder if lockdown mode is simply breaking ssh-agent? Could you confirm that key download works using "ssh-keygen -K"? If that works, are you able to add them to ssh-agent directly using ssh-add? According to https://support.apple.com/en-us/HT212650 it is possible to exempt particular applications from the lockdown. Maybe you could exempt ssh-agent? |