Difference between revisions of "Proftpd"
Jump to navigation
Jump to search
(Created page with "- http://www.proftpd.org/ - https://github.com/ChristianBeer/ProFTPd-Admin") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
- http://www.proftpd.org/ | - http://www.proftpd.org/ | ||
- https://github.com/ChristianBeer/ProFTPd-Admin | - https://github.com/ChristianBeer/ProFTPd-Admin | ||
+ | |||
+ | |||
+ | |||
+ | # 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 |
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