From 589501fc769430fb4f9f39a168b32b3266ffdad8 Mon Sep 17 00:00:00 2001 From: Kasper Souren Date: Mon, 8 Sep 2014 21:34:46 +0200 Subject: [PATCH] added installation commands took me some time to figure these out (on 14.04) (also includes the typo fix) --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef87aa0..19d3217 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,17 @@ pam-ssh-agent-auth Cookbook =========================== -Install [pam_ssh_agent_auth](http://pamsshagentauth.sf.net/) from a [launchpad.net ppa](https://launchpad.net/~cpick/+archive/pam-ssh-agent-auth) and enable it for sudo on Ubuntu 12.04 (precise) machines. -Patches (especially to support other architectures/OS vesrions) very welcome. +Installation +------------ + +Install [pam_ssh_agent_auth](http://pamsshagentauth.sf.net/) from a [launchpad.net ppa](https://launchpad.net/~cpick/+archive/pam-ssh-agent-auth) and enable it for sudo on Ubuntu 12.04 (precise) machines. + + apt-get install software-properties-common + add-apt-repository ppa:cpick/pam-ssh-agent-auth + +During installation and setup it's best to keep another session open where you have root access. + +Patches (especially to support other architectures/OS versions) very welcome. Requirements ------------