From 9bb39a7b95df2825217054675828adb4c7231c1b Mon Sep 17 00:00:00 2001 From: Robin Palotai Date: Thu, 21 Dec 2023 14:54:08 +0100 Subject: [PATCH] Add Arch linux notes I had `pcscd` already installed, but age-plugin-yubikey didn't work initially. I installed `pcsc-tools` so I could do `pcsc_scan`, which also found nothing. Then I installed `yubikey-manager` so I could `ykman info`, which worked, but after that magically pcsc_scan and age-plugin-yubikey were working too. Not sure if installing `yubikey-manager` had to do with it, but anyway. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 152066a..4a4b3c2 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ is installed and running. | Debian or Ubuntu | `sudo apt-get install pcscd` | | OpenBSD | As ```root``` do:
`pkg_add pcsc-lite ccid`
`rcctl enable pcscd`
`rcctl start pcscd` | | FreeBSD | As ```root``` do:
`pkg install pcsc-lite libccid`
`service pcscd enable`
`service pcscd start` | +| Arch | `sudo pacman -S pcsclite pcsc-tools yubikey-manager`
`sudo systemctl enable pcscd`
`sudo systemctl start pcscd`| When installing via Cargo, you also need to ensure that the development headers for the `pcsc-lite` library are available, so that the `pcsc-sys` crate can be