1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/restic_ynh.git synced 2024-09-03 20:16:22 +02:00

cleanup messages

This commit is contained in:
Salamandar 2024-05-26 13:31:39 +02:00
parent 93396b2d6a
commit a3b733aa15
2 changed files with 2 additions and 2 deletions

View file

@ -57,7 +57,7 @@ At the end of the installation, the app displays the public_key and the user to
You should now authorize the public key for user `servera` on server B by logging into server B with user `servera` and running:
```
mkdir ~/.ssh -p 2>/dev/null
mkdir ~/.ssh -p
touch ~/.ssh/authorized_keys
chmod u=rw,go= ~/.ssh/authorized_keys
cat << EOPKEY >> ~/.ssh/authorized_keys

View file

@ -5,7 +5,7 @@ __PUBLIC_KEY__
Do so by running those commands on __SERVER__ with user __SSH_USER__:
```
mkdir ~/.ssh 2>/dev/null
mkdir ~/.ssh -p
touch ~/.ssh/authorized_keys
chmod u=rw,go= ~/.ssh/authorized_keys
echo "__PUBLIC_KEY__" >> ~/.ssh/authorized_keys