Difference between revisions of "Proftpd"

From UVOO Tech Wiki
Jump to navigation Jump to search
(Created page with "- http://www.proftpd.org/ - https://github.com/ChristianBeer/ProFTPd-Admin")
 
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
 +
  - ssh-keygen -m PEM -f /etc/proftpd/ssh_host_rsa_key -N '' -t rsa -b 2048

Revision as of 22:56, 19 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
    • ssh-keygen -m PEM -f /etc/proftpd/ssh_host_rsa_key -N -t rsa -b 2048