Frequently Asked Question

Yubikey on Ubuntu 64bit Quick Start
Last Updated 3 years ago

1. Install requisite packages
sudo apt-get install opensc -y

2. Edit the SSH Client Configuration
sudo gedit /etc/ssh/ssh_config

3. Add the following line to the end of the file
PKCS11Provider /usr/lib/x86_64-linux-gnu/opensc-pkcs11.so


chmod 700 ~/.ssh
chmod 600 ~/.ssh/authorized_keys

Display SSH Key

ssh-keygen -D /usr/lib/x86_64-linux-gnu/opensc-pkcs11.so


Please Wait!

Please wait... it will take a second!