aboutsummaryrefslogtreecommitdiffstats
path: root/testing/proftpd/mod_sftp.conf
diff options
context:
space:
mode:
Diffstat (limited to 'testing/proftpd/mod_sftp.conf')
-rw-r--r--testing/proftpd/mod_sftp.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/proftpd/mod_sftp.conf b/testing/proftpd/mod_sftp.conf
new file mode 100644
index 0000000000..0ecd1f629a
--- /dev/null
+++ b/testing/proftpd/mod_sftp.conf
@@ -0,0 +1,10 @@
+<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>