installation.md: setcap on SFTPGo
This commit is contained in:
parent
54c64906f7
commit
23d7e7fc5b
1 changed files with 2 additions and 0 deletions
|
@ -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 ""`
|
||||
|
|
Loading…
Reference in a new issue