I have ProFTPd up and running, however, I would like it to be a bit more secure. I've read through a lot of posts about it now, and it doesn't seem to be easily implemented.
I have added the following to my .conf
SFTPEngine on
# Configure both the RSA and DSA host keys, using the same host key
# files that OpenSSH uses.
SFTPHostKey /boot/config/ssh/ssh_host_rsa_key
SFTPHostKey /boot/config/ssh/ssh_host_dsa_key
SFTPAuthMethods privatekey
SFTPAuthorizedUserKeys file:/boot/config/ssh/authorized_keys
# Enable compression
SFTPCompression delayed
ProFTPd Service does not start when I add the 2 hostkeys.
I am open to other ideas to get this working.
Thanks