From da004cccf4841bd34fe607e8cd0bbbe22a70edcc Mon Sep 17 00:00:00 2001 From: giovannikraushaar <32098992+giovannikraushaar@users.noreply.github.com> Date: Fri, 17 Jan 2020 18:53:14 +0100 Subject: [PATCH] minor changes to README typo bugfix and make installation a little bit easier --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bfb61d2..427a6c4 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,8 @@ SSH key will be decrypted and added to your ssh-agent for you. (2) Install the script to a well-known location (You can modify `/usr/lib`) - sudo cp systemd-user-pam-ssh /usr/lib/systemd/systemd-user-pam-ssh + sudo curl -o /usr/lib/systemd/systemd-user-pam-ssh \ + https://raw.githubusercontent.com/capocasa/systemd-user-pam-ssh/master/systemd-user-pam-ssh (3) Configure pam @@ -69,7 +70,7 @@ SSH key will be decrypted and added to your ssh-agent for you. read -s PASSWORD # type your system password - read -S PASSPHRASE + read -s PASSPHRASE # type your passphrase echo $PASSPHRASE | openssl enc -pbkdf2 -in - -out ~/.ssh/passphrase -e -aes256 -k "$PASSWORD"