From d0054f44820f5fd84e01e041514ce1dfd16aab68 Mon Sep 17 00:00:00 2001 From: Thalian Date: Tue, 7 Apr 2020 07:39:23 +0200 Subject: [PATCH] [DOC] linked recommended restrictions to ssh public keys on borg servers in faq, #4946 fixes #4946 --- docs/deployment/hosting-repositories.rst | 1 + docs/faq.rst | 2 ++ 2 files changed, 3 insertions(+) diff --git a/docs/deployment/hosting-repositories.rst b/docs/deployment/hosting-repositories.rst index 7cc52ae3b..66d3b7357 100644 --- a/docs/deployment/hosting-repositories.rst +++ b/docs/deployment/hosting-repositories.rst @@ -1,5 +1,6 @@ .. include:: ../global.rst.inc .. highlight:: none +.. _hosting_repositories: Hosting repositories ==================== diff --git a/docs/faq.rst b/docs/faq.rst index e95d4738a..e790e3a49 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -557,6 +557,8 @@ These are your options to protect against that: - Mount C's filesystem on another machine and then create a backup of it. - Do not give C filesystem-level access to S. +See :ref:`hosting_repositories` for a detailed protection guide. + How can I protect against a hacked backup server? -------------------------------------------------