Skip to content

kalaspuffar/sqrl-libpam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sqrl-libpam

A sample project trying to build a Pam module

Building the PAM module and installing it on your system.

sudo apt install autoconf automake make libtool libpam0g-dev libqrencode4 libssl-dev libsodium23 libsodium-dev
autoreconf -i
make 
sudo make install

Adding this line to your PAM configuration will require you to login with SQRL

auth        required      /usr/local/lib/security/pam_sqrl_login.so

About

A sample project trying to build a Pam module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published