From 3a1f71373e448b6cfe56a9a374f576a9c3cd7e3d Mon Sep 17 00:00:00 2001 From: Davy Landman Date: Wed, 24 Apr 2024 17:21:49 +0200 Subject: [PATCH] [chore] Added some better documentation of the flags needed to change --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 924ab00..0516a55 100644 --- a/README.md +++ b/README.md @@ -109,9 +109,14 @@ Note that the ssh-keys for prune & backup should be different. The key for the u - make sure borg backup & socat are installed - ssh key of the user that has read rights of the directories you want to backup. -- set `StreamLocalBindUnlink yes` in `sshd_config` -- set `AcceptEnv BORG_*` in `sshd_config` +- adapt these settings in `/etc/ssh/sshd_config`: +```sshdconf +AllowStreamLocalForwarding yes +AllowTcpForwarding yes +StreamLocalBindUnlink yes +AcceptEnv BORG_* +``` ## server that runs this command