yubikeyd
Yubikey validation server
Install
- All systems
-
curl cmd.cat/yubikeyd.sh
- Debian
-
apt-get install yubikey-server-c
- Ubuntu
-
apt-get install yubikey-server-c
- Kali Linux
-
apt-get install yubikey-server-c
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install yubikey-server-c
- Raspbian
-
apt-get install yubikey-server-c
- Dockerfile
- dockerfile.run/yubikeyd
yubikey-server-c
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.