Difference between revisions of "Proftpd"
Jump to navigation
Jump to search
| Line 8: | Line 8: | ||
- 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 | ||
- 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 | ||
| + | |||
| + | - http://www.proftpd.org/docs/contrib/mod_sftp_sql.html | ||
Revision as of 14:00, 20 April 2020
Quirks
- use older pem format if use
ssh-keygen -e -m PEM -f /etc/proftpd/ssh_host_rsa_keyto convert to supported PEM-encoded key- ssh-keygen -m PEM -f /etc/proftpd/ssh_host_rsa_key -N -t rsa -b 2048
- http://www.proftpd.org/docs/contrib/mod_sftp_sql.html