installation.md: setcap on SFTPGo

This commit is contained in:
Miraty 2023-05-05 19:42:59 +02:00
parent 54c64906f7
commit 23d7e7fc5b
1 changed files with 2 additions and 0 deletions

View File

@ -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 ""`