From 336299944253215221b4a793c48c2836d78407b7 Mon Sep 17 00:00:00 2001 From: Phil Jackson Date: Sat, 7 Nov 2020 20:16:17 +0000 Subject: [PATCH] Make script executable --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 427a6c4..af3c73b 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,8 @@ SSH key will be decrypted and added to your ssh-agent for you. sudo curl -o /usr/lib/systemd/systemd-user-pam-ssh \ https://raw.githubusercontent.com/capocasa/systemd-user-pam-ssh/master/systemd-user-pam-ssh + chmod +x /usr/lib/systemd/systemd-user-pam-ssh + (3) Configure pam echo "auth optional pam_exec.so expose_authtok /usr/lib/systemd/systemd-user-pam-ssh" \