diff options
author | Josh Rahm <joshuarahm@gmail.com> | 2023-02-24 17:19:25 -0700 |
---|---|---|
committer | Josh Rahm <joshuarahm@gmail.com> | 2023-02-24 17:19:25 -0700 |
commit | d809c136a016892284a025833701cb24253005cb (patch) | |
tree | 70c25a261839d62e9bebbc721287e5ff97914ea5 /README.md | |
parent | e13ae9d582f6bfdb1ae394a3231181b4d1c8903a (diff) | |
download | keyper-main.tar.gz keyper-main.tar.bz2 keyper-main.zip |
Diffstat (limited to 'README.md')
-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: ``` |