Hacker News new | ask | show | jobs
by Bedon292 2179 days ago
Am I missing something? The commands for resident and non-resident appear to be identical.

Edit: They fixed it.

2 comments

they have the addition of -O resident

from ssh-keygen:

       resident
              Indicate that the key should be stored on the FIDO authenticator itself.  Resident keys may be supported  on
              FIDO2 tokens and typically require that a PIN be set on the token prior to generation.  Resident keys may be
              loaded off the token using ssh-add(1).

from ssh-add:

        -K     Load resident keys from a FIDO authenticator
I had the same command in both by mistake :/
You still do?

EDIT: I see it now.

It just takes a while for the site to deploy.
Can't make that part work on Mac.
Unfortunately, MacOS still ships with SSH 8.1, AFAIK.
I installed 8.3 through homebrew but its agent just doesn't allow me to do that. Also can't ssh-add an sk key.
Hmm, are you sure you aren't calling the agent of the old one?
Sorry, copy/paste fail. Fixed now, thanks!