wqsupport Posted February 26, 2014 Posted February 26, 2014 Any possiblity of using SFTP as an alternative to the usual FTP daemons, due to security concerns?
d00p Posted February 26, 2014 Posted February 26, 2014 You can install and use whatever you want...froxlor does not restrict you to proftpd/pureftpd...as long as you configure these services to use the froxlor-database.
wqsupport Posted February 26, 2014 Author Posted February 26, 2014 Great, thanks again for the quick reply.
wqsupport Posted March 12, 2014 Author Posted March 12, 2014 For anyone else trying to implement this, we used FTP+TLS on the ProFTPD daemon. /etc/proftpd/tls.conf <IfModule mod_tls.c>TLSEngine onTLSLog /var/log/proftpd/tls.logTLSProtocol SSLv23TLSRSACertificateFile /etc/nginx/ssl/certificate.crtTLSRSACertificateKeyFile /etc/nginx/ssl/certificate-private.keyTLSRequired onTLSOptions AllowClientRenegotiations NoSessionReuseRequiredTLSRenegotiate required off</IfModule> /etc/proftpd/proftpd.conf PassivePorts 49152 65534 Include /etc/proftpd/tls.conf IPTABLES -A INPUT -p tcp -m tcp -m multiport -j ACCEPT --dports 20,21 -I INPUT -p tcp --dport 49152:65534 -j ACCEPT
Aliraza70 Posted April 17, 2015 Posted April 17, 2015 Already on it, varnish in front of nginx testing ???
Recommended Posts
Archived
This topic is now archived and is closed to further replies.