How to Install yubikey-server-c in Ubuntu 18.04



Install yubikey-server-c by entering the following commands in the terminal:

sudo apt update
sudo apt install yubikey-server-c

Description:

Yubikey validation server

Yubikeys are USB tokens that act like keyboards and generate one-time passwords. The tokens are produced and sold by Yubico . This is a server that checks the validity of those OTP tokens. There are servers written in Java and PHP, while this one is written in C . It implements the server side of the API as described on http://www.yubico.com/developers/api/ and can be used with any client that implements the same API.

Version: 0.5-1build3

Section: universe/admin