Difference between revisions of "Proftpd"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 7: | Line 7: | ||
- use older pem format if use `ssh-keygen -e -m PEM -f /etc/proftpd/ssh_host_rsa_key` to convert to supported PEM-encoded key | - use older pem format if use `ssh-keygen -e -m PEM -f /etc/proftpd/ssh_host_rsa_key` to convert to supported PEM-encoded key | ||
+ | - FIX: RUN ssh-keygen -A -m PE | ||
- ssh-keygen -m PEM -f /etc/proftpd/ssh_host_rsa_key -N '' -t rsa -b 2048 | - ssh-keygen -m PEM -f /etc/proftpd/ssh_host_rsa_key -N '' -t rsa -b 2048 | ||
+ | - https://github.com/proftpd/proftpd/issues/793 | ||
+ | - http://www.proftpd.org/docs/contrib/mod_sftp_sql.html |
Latest revision as of 07:23, 21 April 2020
Quirks
- use older pem format if use
ssh-keygen -e -m PEM -f /etc/proftpd/ssh_host_rsa_key
to convert to supported PEM-encoded key- FIX: RUN ssh-keygen -A -m PE
- ssh-keygen -m PEM -f /etc/proftpd/ssh_host_rsa_key -N -t rsa -b 2048
- https://github.com/proftpd/proftpd/issues/793
- http://www.proftpd.org/docs/contrib/mod_sftp_sql.html