4 Yubico Authenticator in Ubuntu with Wayland
Andy edited this page 8 months ago

Yubico Authenticator in Ubuntu with Wayland

Linux/Ubuntu 22.04

  1. Install Yubico Authenticator

https://www.yubico.com/products/yubico-authenticator/#h-download-yubico-authenticator

cd ~/Downloads
wget -c https://developers.yubico.com/yubioath-flutter/Releases/yubico-authenticator-latest-linux.tar.gz
tar xvf yubico-authenticator-6.2.0-linux.tar.gz 
cd yubioath-desktop-6.2.0-linux
./desktop_integration.sh -i
  1. Enable pcscd

install pcscd if you don't have it: sudo apt -y install pcscd

sudo systemctl enable --now pcscd
  1. Update Exec= in ~/.local/share/applications/com.yubico.authenticator.desktop file as follows
Exec=/bin/sh -c 'env __EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/50_mesa.json $HOME/Downloads/yubioath-desktop-6.2.0-linux/authenticator'