Files
gitea-pages/admin-guide/configuration/sftp_server.md
2024-07-16 12:58:28 +02:00

270 B

SFTP Server

Per default SFTP is enabled in the sshd configuration. You may disable it with:

ssh_server::sftp::enable: false

or change it with e.g.:

ssh_server::sftp::server: '/usr/libexec/openssh/sftp-server -l INFO'

which configures more logging.