Skip to content
Alexander Terry edited this page Apr 19, 2016 · 3 revisions

Install

pam_usb is included in most Linux distributions out there.

If you happen to run Ubuntu or Debian, run:

# apt-get install libpam-usb pamusb-tools

Gentoo (You may need to unmask sys-auth/pam_usb or use --automask-write):

# emerge pam_usb

Arch Linux(it's in the AUR as pam_usb :

#yaourt -S pam_usb

Compiling from source

Before proceeding, make sure all dependencies are installed: libxml2, pam, udisks and pmount are installed

$ make
# make install
Clone this wiki locally