Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat/ajustements-doc-yubikey-pour-ubuntu #64

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions docs/yubikey.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@

- [GnuPG](https://www.gnupg.org/) version 2.0.2 or later.
- Sur OSX `brew install gnupg`
- Sur Ubuntu `sudo apt install gnupg`
- [Yubikey Manager CLI](https://developers.yubico.com/yubikey-manager/)
- Sur OSX `brew install ykman`
- Sur Ubuntu `snap install ykman`

## Clef GPG

Expand Down Expand Up @@ -301,6 +303,8 @@ Actions actuellement permises : Signer

Quel est votre choix ? s

Alan ? certaines de ces opérations semblent faire puis défaire puis refaire la même conf.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?


Possible actions for this ECC key: Signer Authentifier
Actions actuellement permises :

Expand Down Expand Up @@ -572,6 +576,8 @@ gpg/carte> quit

Activer KDF:

Alan ? l'activation de cette commande après le changement de PIN semble avoir invalidé lesdits changements.

```console
$ gpg --card-edit

Expand Down Expand Up @@ -599,8 +605,7 @@ gpg/carte> sex
Salutation (M = Mr., F = Ms., or space): M

gpg/carte> url
URL pour récupérer la clef publique : https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x9430b570051988403a178ab850f902f567461135

URL pour récupérer la clef publique : https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xVOTRE_$_KEYID
gpg/carte> quit
```

Expand All @@ -609,6 +614,12 @@ gpg/carte> quit

Mettez à jour la configuration du touch:

> [!IMPORTANT]
> Ubuntu : La connection ykman à la yubikey peut nécessiter de jouer les trois actions suivantes :
> - sudo wget -O /etc/udev/rules.d/70-yubikey.rules https://raw.githubusercontent.com/Yubico/libu2f-host/master/70-u2f.rules
> - sudo udevadm control --reload-rules
> - débrancher rebrancher la yubikey (pour la deuxième clef j'ai dû refaire cette action avant l'étape suivante)

```console
$ ykman openpgp keys set-touch aut cached
Enter Admin PIN:
Expand Down