From d1cd666ee27f5cfb8e40c6f44a09370381b41b35 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 12 Feb 2023 10:39:15 +0000 Subject: [PATCH] Auto-update README --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 5e825d9..2ed4412 100644 --- a/README.md +++ b/README.md @@ -75,11 +75,6 @@ $ 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: ```