Chris Dituri 537d85c249 | 8 years ago | |
---|---|---|
doc | 9 years ago | |
src | 9 years ago | |
tools | 8 years ago | |
utils | 13 years ago | |
.gitignore | 13 years ago | |
COPYING | 13 years ago | |
ChangeLog | 13 years ago | |
Makefile | 12 years ago | |
README.md | 9 years ago |
pam_usb provides hardware authentication for Linux using ordinary USB Flash Drives.
It works with any application supporting PAM, such as su and login managers (GDM, KDM).
Password-less authentication.
Use your USB stick for authentication, don't type passwords anymore.Device auto probing.
You don't need to mount the device, or even to configure the device location (sda1, sdb1, etc). pam_usb.so will automatically locate the device using UDisks
and access its data by itself.Two-factor authentication.
Achieve greater security by requiring both the USB stick and the password to authenticate the user.Non-intrusive.
pam_usb doesn't require any modifications of the USB storage device to work (no additional partitions required).pamusb-agent
: trigger actions (such as locking the screen) upon device authentication and removal.pamusb-conf
: configuration helper.pamusb-check
: integrate pam_usb's authentication engine within your scripts or applications.