mirror of
https://github.com/YunoHost-Apps/restic_ynh.git
synced 2024-09-03 20:16:22 +02:00
Update POST_INSTALL.md
This commit is contained in:
parent
9853e4d7ad
commit
968e3212ee
1 changed files with 5 additions and 6 deletions
|
@ -1,8 +1,9 @@
|
||||||
You should now allow the following public key for user __SSH_USER__ on server __SERVER__:
|
You should now allow the following public key on the target server `__SERVER__` :
|
||||||
|
|
||||||
__PUBLIC_KEY__
|
- User: `__SSH_USER__`
|
||||||
|
- Public key: `__PUBLIC_KEY__`
|
||||||
|
|
||||||
Do so by running those commands on __SERVER__ with user __SSH_USER__:
|
Do so by running those commands on `__SERVER__` with user `__SSH_USER__` :
|
||||||
|
|
||||||
```
|
```
|
||||||
mkdir ~/.ssh -p
|
mkdir ~/.ssh -p
|
||||||
|
@ -11,6 +12,4 @@ chmod u=rw,go= ~/.ssh/authorized_keys
|
||||||
echo "__PUBLIC_KEY__" >> ~/.ssh/authorized_keys
|
echo "__PUBLIC_KEY__" >> ~/.ssh/authorized_keys
|
||||||
```
|
```
|
||||||
|
|
||||||
Also make sure __BACKUP_PATH__ exists and is writable by __SSH_USER__
|
Also make sure `__BACKUP_PATH__` exists and is writable by `__SSH_USER__`
|
||||||
|
|
||||||
If you're facing an issue or want to improve this app, please open a new issue in this project: <https://github.com/YunoHost-Apps/restic_ynh>
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue