diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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: ``` |