diff options
author | drduh <github@duh.to> | 2019-02-03 03:57:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-03 03:57:33 +0000 |
commit | 381088ba79a61f5a82b6c82f319306b8ccbacbdc (patch) | |
tree | 4766718162c741dde2e226abb972697e34326ca0 /README.md | |
parent | Merge pull request #91 from kalbasit/yubikey_improve-security (diff) | |
parent | DOC: update for packages to install on RHEL (diff) | |
download | YubiKey-Guide-381088ba79a61f5a82b6c82f319306b8ccbacbdc.tar.gz |
Merge pull request #92 from tacaswell/doc_arch_install
DOC: add install instructions for Arch linux and RHEL
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -96,6 +96,8 @@ Plug in the USB drive and boot to the live image. Configure networking to contin Install several packages required for the following steps: +**debian and ubuntu** + ```console $ sudo apt-get update @@ -107,6 +109,17 @@ $ sudo apt-get install -y \ secure-delete ``` +**Arch Linux** + +```console +$ sudo pacman -Syu gnupg2 pcsclite ccid yubikey-personalization +``` + +**RHEL7** +```console +$ sudo yum install -y gnupg2 pinentry-curses pcsc-lite pcsc-lite-libs gnupg2-smime +``` + You may also need more recent versions of [yubikey-personalization](https://developers.yubico.com/yubikey-personalization/Releases/) and [yubico-c](https://developers.yubico.com/yubico-c/Releases/). **macOS** Download and install [Homebrew](https://brew.sh/) and the following Brew packages - `gnupg yubikey-personalization hopenpgp-tools ykman pinentry-mac` |