mirror of
https://github.com/YunoHost-Apps/restic_ynh.git
synced 2024-09-03 20:16:22 +02:00
fix: ssh key path
This commit is contained in:
parent
5f24c03846
commit
9e5268576f
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ EOPKEY
|
|||
```
|
||||
If you don't find the mail and you don't see the message in the log bar you can find the public_key with this command:
|
||||
```
|
||||
cat /home/restic/.ssh/id_restic_ed25519.pub
|
||||
cat /root/.ssh/id_restic_ed25519.pub
|
||||
```
|
||||
|
||||
## (Optional) set sftp jail on server B
|
||||
|
|
Loading…
Add table
Reference in a new issue