Skip to content

Commit

Permalink
fixup! docs: borg serve: recommend using a simple shell (closes #3818)
Browse files Browse the repository at this point in the history
Co-authored-by: TW <[email protected]>
  • Loading branch information
qyanu and ThomasWaldmann authored Jan 5, 2025
1 parent 77dbf13 commit 8b12e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/serve.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ If you then run borg commands with ``--lock-wait 600``, this gives sufficient ti
You may, of course, modify the timeout values demonstrated above to values that suit your environment and use case.

When the client is untrusted, it is a good idea to set the backup
user's shell to a simple implementation (The example /bin/sh may or may
user's shell to a simple implementation (``/bin/sh`` is only an example and may or may
not be such a simple implementation)::

chsh -s /bin/sh BORGUSER
Expand Down

0 comments on commit 8b12e03

Please sign in to comment.