create ssh subdirectory

This commit is contained in:
2024-10-04 14:33:36 +02:00
parent dafb9d0da8
commit 59548d2ca8
5 changed files with 18 additions and 12 deletions
@@ -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.