Skip to content

ManInDark/pam_daily_word

Repository files navigation

pam_daily_word

This is a test project to play around with pam provider and consumer, it is currently destined to work like the wordle game, with daily rotating words you have to guess.

Installation

echo deb http://manindark.github.io/pam_daily_word/debian bookworm main | sudo tee /etc/apt/sources.list.d/pam_daily_word.list
sudo wget -O /etc/apt/trusted.gpg.d/pam_daily_word.gpg https://manindark.github.io/pam_daily_word/key.gpg
sudo apt update
sudo apt install libpam-daily-word