document sftp server

This commit is contained in:
2024-07-16 12:58:28 +02:00
parent 3a45aff760
commit 5cd99db6bd
3 changed files with 14 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# 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.