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.
Marijn Kuijpers
8c2169eea6
|
9 months ago | |
---|---|---|
bin | 9 months ago | |
debian | 4 years ago | |
.gitignore | 4 years ago | |
LICENCE.txt | 4 years ago | |
README.md | 4 years ago | |
config_example.ini | 4 years ago | |
install.sh | 3 years ago | |
requirements.txt | 1 year 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
)