You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
2 years ago | |
|---|---|---|
| bin | 2 years ago | |
| debian | 5 years ago | |
| .gitignore | 5 years ago | |
| LICENCE.txt | 5 years ago | |
| README.md | 5 years ago | |
| config_example.ini | 5 years ago | |
| install.sh | 4 years ago | |
| requirements.txt | 2 years ago | |
README.md
xscreensaver-yubilock
Installing
- Clone the repo to your machine.
- Copy config_example.ini to config.ini
- In config.ini replace the dummy yubikey serial with the serial of your yubikey. This can be found by running
ykman list | grep -oP "Serial:\s\K\w+"while your yubikey is plugged in - Make xscreensaver_yubilock.py executable by running
chmod +x xscreensaver_yubilock.py - Run xscreensaver_yubilock.py (
./xscreensaver_yubilock.py)