From 23d7e7fc5b45f413de57e66be965433a718c8e9d Mon Sep 17 00:00:00 2001 From: Miraty Date: Fri, 5 May 2023 19:42:59 +0200 Subject: [PATCH] installation.md: setcap on SFTPGo --- DOCS/installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DOCS/installation.md b/DOCS/installation.md index 2359616..6d9e43a 100644 --- a/DOCS/installation.md +++ b/DOCS/installation.md @@ -255,6 +255,8 @@ Create a directory for configuration: `mkdir /etc/sftpgo` Copy the systemd service: `cp /install/sftpgo.service /etc/systemd/system/sftpgo.service` +Allow listening on privileged ports: `setcap 'cap_net_bind_service=+ep' /usr/local/bin/sftpgo` + #### Configure SFTPGo for ServNest Generate a key pair using `ssh-keygen -f /etc/sftpgo/ed25519 -t ed25519 -N "" -C ""`