aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJosh Rahm <joshuarahm@gmail.com>2023-02-24 17:19:25 -0700
committerJosh Rahm <joshuarahm@gmail.com>2023-02-24 17:19:25 -0700
commitd809c136a016892284a025833701cb24253005cb (patch)
tree70c25a261839d62e9bebbc721287e5ff97914ea5 /README.md
parente13ae9d582f6bfdb1ae394a3231181b4d1c8903a (diff)
downloadkeyper-main.tar.gz
keyper-main.tar.bz2
keyper-main.zip
Note that absolute paths must be used in readme.HEADmain
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
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" <id_rsa.pub>' >> .ssh/authorized_keys
+# echo 'environment="KEYPER_FILE=/home/keyper/keyper-key" <id_rsa.pub>' >> .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:
```