diff options
author | Victor Fischer Scattone <victorso@users.noreply.github.com> | 2016-05-18 14:35:42 -0300 |
---|---|---|
committer | Victor Fischer Scattone <victorso@users.noreply.github.com> | 2016-05-18 14:35:42 -0300 |
commit | 2de6ad9a99c86cbba09bd38c5eaf06e184afeae9 (patch) | |
tree | 8862e7fbc0d43542a796d9bc1c46da60bfb32140 /README.md | |
parent | Use variable to store Key ID (diff) | |
download | YubiKey-Guide-2de6ad9a99c86cbba09bd38c5eaf06e184afeae9.tar.gz |
yubikey tails fix
Fix to use the yubikey on Tails
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -66,6 +66,10 @@ Consider purchasing a pair and programming both in case of loss or damage to one $ sudo apt-get install gnupg-agent pinentry-curses scdaemon pcscd yubikey-personalization +If on Tails, you also need to install libykpers-1-1 from the testing repository. This is a temporary fix suggested on [securedrop issues page](https://github.com/freedomofpress/securedrop/issues/1035). + + $ sudo apt-get install -t testing libykpers-1-1 + # Creating keys ## Create temporary working directory for GPG |