Skip to content

cadenza-k/yubilock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YubiLock

This project is forked from gitlab! (repo link below)

Repo link

Lock your computer as soon as your Yubikey is unplugged.

You must specify the device used in /etc/yubilock/device.conf.

# Install
# As root
make install
# add the required data to /etc/yubilock/device.conf

systemctl daemon-reload
systemctl enable --user yubilock.service

# Uninstall
systemctl disable --user yubilock.service
# As root
make uninstall
systemctl daemon-reload

# Test a configuration
cp device.conf.example device.conf
./yubilock.sh device.conf

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published