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: ```