aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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:
```