1
0
mirror of https://github.com/drduh/YubiKey-Guide.git synced 2024-09-26 20:19:08 +00:00

Merge pull request #76 from dbajramo/master

fix typo
This commit is contained in:
drduh 2018-11-05 17:24:24 -08:00 committed by GitHub
commit b078100fa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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