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.
Burathar
5d27c5853d
|
4 years ago | |
---|---|---|
.gitignore | 4 years ago | |
LICENCE.txt | 4 years ago | |
README.md | 4 years ago | |
config_example.ini | 4 years ago | |
xscreensaver_yubilock.py | 4 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
)