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:
parent
93396b2d6a
commit
a3b733aa15
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue