mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-21 00:21:37 +01:00
11 lines
294 B
Plaintext
11 lines
294 B
Plaintext
<IfModule mod_sftp.c>
|
|
SFTPEngine on
|
|
Port 2222
|
|
SFTPLog /var/log/proftpd/sftp.log
|
|
SFTPHostKey /etc/ssh/ssh_host_rsa_key
|
|
SFTPHostKey /etc/ssh/ssh_host_dsa_key
|
|
SFTPAuthMethods publickey
|
|
SFTPAuthorizedUserKeys file:/etc/proftpd/authorized_keys/%u
|
|
SFTPCompression delayed
|
|
</IfModule>
|