From 33f304d5ead2b74da12058ca2e84dde91bb2dbf2 Mon Sep 17 00:00:00 2001 From: aluzzardi Date: Sat, 16 Apr 2011 22:37:50 +0200 Subject: [PATCH] Fix markdown escaping --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 81d2640..cbf9414 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -pam_usb provides hardware authentication for Linux using ordinary USB Flash Drives. +pam\_usb provides hardware authentication for Linux using ordinary USB Flash Drives. -It works with any application supporting PAM, such as _su_, any login manager (_GDM_, _KDM_), etc. The pam_usb package contains: +It works with any application supporting PAM, such as _su_, any login manager (_GDM_, _KDM_), etc. The pam\_usb package contains: * A PAM Module * 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 _HAL_ and access its data by itself. + * 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 _HAL_ 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). + * Non-intrusive. pam\_usb doesn't require any modifications of the USB storage device to work (no additional partitions required). * USB Serial number, model and vendor verification. * Support for **One Time Pads** authentication. * You can use the same device accross multiple machines. @@ -14,4 +14,4 @@ It works with any application supporting PAM, such as _su_, any login manager (_ * Several tools * **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. + * **pamusb-check**: integrate pam\_usb's authentication engine within your scripts or applications.