1
0
mirror of https://github.com/drduh/YubiKey-Guide.git synced 2024-06-02 00:10:48 +00:00
This commit is contained in:
Dino Bajramovic 2018-11-05 20:49:48 +01:00
parent f1a97fc6d5
commit 472d85d12b

View File

@ -156,7 +156,7 @@ $ cat /proc/sys/kernel/random/entropy_avail
# Creating keys
Create a tempotary directory which won't survive a [reboot](https://serverfault.com/questions/377348/when-does-tmp-get-cleared):
Create a temporary directory which won't survive a [reboot](https://serverfault.com/questions/377348/when-does-tmp-get-cleared):
```
$ export GNUPGHOME=$(mktemp -d) ; echo $GNUPGHOME