From fe239cfa712b8f010c9e7053d8f43be30c97df9e Mon Sep 17 00:00:00 2001 From: Andrea Luzzardi Date: Fri, 2 Mar 2012 00:56:08 -0800 Subject: [PATCH] Removed useless FAQ file --- doc/FAQ | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 doc/FAQ diff --git a/doc/FAQ b/doc/FAQ deleted file mode 100644 index 0c693d4..0000000 --- a/doc/FAQ +++ /dev/null @@ -1,28 +0,0 @@ -====== Frequently Asked Questions ====== - -> Q: Can I use my USB drive as usual ? ->> A: Yes. pam_usb only occupies a few kilobytes of the device's space. - -> Q: What if I lose or break my USB key ? Will I be able to log back in ? ->> A: Sure. Your usual password will be asked. - -> Q: How is the USB key identified ? ->> A: The USB device is both identified by its manufacturer attributes (vendor, -product, serial number) and by a few random bytes called one time pads that -pam_usb writes and updates on the USB device upon authentication. - -> Q: What if someone copies the content of my flash drive ? Will she/he be able -to log into my account ? ->> A: Even if that person manages to fake your device's attributes (vendor, -product, serial number, UUID), the one time pad they copied will be outdated as -soon as you authenticate. - -> Q: Is my USB drive compatible with pam_usb ? ->> A: About every USB flash drive will work with pam_usb. - -> Q: I can't authenticate anymore, pam_usb gives me the following error: Pad -checking failed. What should I do ? ->> A: It's a machine/device synchronization issue. To get rid of that error you -have to reset the pads of your system by removing the .pamusb folder located on -your home (/root/.pamusb/, /home/foobar/.pamusb/, etc). -