Compare commits

...

3 Commits

Author SHA1 Message Date
drduh c0b4ca6f78
Merge pull request #416 from Paraphraser/20240210-disable-ccid-master
3 months ago
Phill Kelley 5c3a4e8b18
fix rookie mistake
3 months ago
Phill Kelley f8fcb0c2d1
add step to set `disable-ccid` in `scdaemon.conf`
3 months ago

@ -1720,14 +1720,34 @@ $ unset GNUPGHOME
# Using keys
The following command creates and initialises the `~/.gnupg` if it does not exist already:
```console
$ gpg -k
```
Change your working directory:
```console
$ cd ~/.gnupg
```
Download [drduh/config/gpg.conf](https://github.com/drduh/config/blob/master/gpg.conf):
```console
$ cd ~/.gnupg ; wget https://raw.githubusercontent.com/drduh/config/master/gpg.conf
$ wget https://raw.githubusercontent.com/drduh/config/master/gpg.conf
$ chmod 600 gpg.conf
```
Set the following option. This avoids the problem where GnuPG will prompt, repeatedly, for the insertion of an already-inserted YubiKey:
```console
$ echo "disable-ccid" >>scdaemon.conf
```
> The `disable-ccid` option is only required for GnuPG versions 2.3 or later. However, setting this option does not appear to interfere with the operation of earlier versions of GnuPG so it is recommended for all installations.
Install the required packages and mount the non-encrypted volume created earlier:
**Linux**

Loading…
Cancel
Save