396 B
396 B
| title | date | draft | snippet_types | ||
|---|---|---|---|---|---|
| init yubikey | 2021-07-16T12:29:01+02:00 | false |
|
Some servers at work require yubikey authentication and for some reason I have to fetch and verify every time I want to use it.
$ export SSH_AUTH_SOCK=~/.gnupg/S.gpg-agent.ssh
$ gpg --card-edit
fetch
verify
enter key
via pass yubikey
quit
$ ssh-add -L
$ ssh travis@serverX