Displaying 1 result from an estimated 1 matches for "id_ed25519_sk_rk_test".
2021 Oct 17
16
[Bug 3355] New: no-touch-required flag not restored from hardware token
...the key files from the hardware token to local disk in
.ssh folder
$ cd .ssh
$ ssh-keygen -K
Enter PIN for authenticator:
You may need to touch your authenticator to authorize key download.
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Saved ED25519-SK key ssh:test to id_ed25519_sk_rk_test
Step 10. Rename the downloaded keys to default file names expected by
ssh-agent
$ mv id_ed25519_sk_rk_test id_ed25519_sk
$ mv id_ed25519_sk_rk_test.pub id_ed25519_sk.pub
Step 11. Connect to server again, a touch is required because they key
was not restored properly from the hardware token.
$...