From 667033791bb3ddec2b985306cb296477ba14ebc9 Mon Sep 17 00:00:00 2001 From: Thalian Date: Wed, 8 Apr 2020 03:06:02 +0200 Subject: [PATCH] [DOC] linked recommended restrictions to ssh public keys on borg servers in faq, #4946 Backport from master. --- 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 6271dc911..ed95461f2 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -524,6 +524,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? -------------------------------------------------