From 03a40cc00509637e76f96fc52941390537fb8dcd Mon Sep 17 00:00:00 2001 From: Bradley Date: Fri, 29 May 2020 09:13:09 -0700 Subject: [PATCH] Added info for installing Yubico Auth repos for Ubuntu 20.04. --- linux/Applications.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/linux/Applications.md b/linux/Applications.md index 06d7c5a..e825cb3 100644 --- a/linux/Applications.md +++ b/linux/Applications.md @@ -83,4 +83,12 @@ If you're prompted to create desktop shortcuts, choose Yes. ### Linux (Debian-based) Install Instructions 1. `curl -s https://updates.signal.org/desktop/apt/keys.asc | sudo apt-key add -` 2. `echo "deb [arch=amd64] https://updates.signal.org/desktop/apt xenial main" | sudo tee -a /etc/apt/sources.list.d/signal-xenial.list` -3. `sudo apt update && sudo apt install signal-desktop` \ No newline at end of file +3. `sudo apt update && sudo apt install signal-desktop` + +## Yubico Authenticator +Ubuntu 20.04 does not fully connect to the devices. Extra repositories need installing. +``` +$ sudo apt update && sudo apt install -y gnupg2 gnupg-agent scdaemon pcscd +$ gpg --card-status +``` +*gpg command should run with no errors* \ No newline at end of file