1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/borg_ynh.git synced 2024-09-03 18:16:05 +02:00

Fix #73: Add doc about registering SSH key

This commit is contained in:
leosw 2021-03-15 19:09:44 +01:00 committed by GitHub
parent 8ce93b3f24
commit ae8a003d48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,6 +61,11 @@ $ cat /root/.ssh/id_borg_ed25519.pub
ssh-ed25519 AAAA[...] root@guest.servera ssh-ed25519 AAAA[...] root@guest.servera
``` ```
Then, you must register Server B to known hosts:
```
ssh-keyscan host.serverb > ~/.ssh/known_hosts
```
### Set up Borg Server App on host Server B ### Set up Borg Server App on host Server B
Secondly, set up the Borg Server App (``borgserver``) on the host Server B that will store your backups: Secondly, set up the Borg Server App (``borgserver``) on the host Server B that will store your backups:
``` ```