Skip to content

Commit

Permalink
[chore] Added some better documentation of the flags needed to change
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyLandman committed Apr 24, 2024
1 parent 1713cd3 commit 3a1f713
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3a1f713

Please sign in to comment.