Setting Yubikey

From D3xt3r01.tk
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

What

Getting and compiling PAM support for your yubicokey !

Getting

git clone https://github.com/Yubico/yubikey-personalization.git ~/yubico-personalization
git clone https://github.com/Yubico/yubico-c.git ~/yubico-c
git clone https://github.com/Yubico/yubico-pam.git ~/yubico-pam

Compiling

cd ~/yubico-c
autoreconf --install
./configure
make && make install

cd ~/yubico-personalization
autoreconf --install
./configure
make && make install

cd ~/yubico-pam
autoreconf --install
./configure
make && make install