From ae8a003d482ad9701d9f92350f3038dd1e327071 Mon Sep 17 00:00:00 2001 From: leosw Date: Mon, 15 Mar 2021 19:09:44 +0100 Subject: [PATCH] Fix #73: Add doc about registering SSH key --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a8579e7..7e04509 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,11 @@ $ cat /root/.ssh/id_borg_ed25519.pub 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 Secondly, set up the Borg Server App (``borgserver``) on the host Server B that will store your backups: ```