From d809c136a016892284a025833701cb24253005cb Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Fri, 24 Feb 2023 17:19:25 -0700 Subject: Note that absolute paths must be used in readme. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 66c0ddd..6f82553 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ $ sudo su # cd /home/keyper # chsh -s /home/keyper/keyper keyper # mkdir .ssh -# echo 'environment="KEYPER_FILE=keyper-key" ' >> .ssh/authorized_keys +# echo 'environment="KEYPER_FILE=/home/keyper/keyper-key" ' >> .ssh/authorized_keys # chown -R keyper:keyper .ssh/ # chmod 700 .ssh # head -c 512 /dev/urandom | base64 -w0 > keyper-key @@ -35,6 +35,8 @@ There are some weird things that can happen with a binary key. For example, carridge returns may be removed, so to avoid these, the above commands base64-encode the key. +Note that the keyper files must be absolute paths. + On the client, run: ``` -- cgit