aboutsummaryrefslogtreecommitdiffstats
path: root/community/proftpd/mod_sftp.conf
diff options
context:
space:
mode:
authorSimon Frankenberger <simon@fraho.eu>2020-07-25 17:12:20 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-07-25 21:12:02 +0000
commit8ccd20adf0c43bb9528ad582a94b1cef644aad87 (patch)
tree147e984984690e11fc317407ef040f096e547a0f /community/proftpd/mod_sftp.conf
parente21fb39949d7909895fe768c47b2b3f618dc6dbc (diff)
community/proftpd: move from testing
Diffstat (limited to 'community/proftpd/mod_sftp.conf')
-rw-r--r--community/proftpd/mod_sftp.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/proftpd/mod_sftp.conf b/community/proftpd/mod_sftp.conf
new file mode 100644
index 00000000000..e4329cd09bb
--- /dev/null
+++ b/community/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>