stilliard / docker-pure-ftpd

Docker Pure-ftpd Server
https://hub.docker.com/r/stilliard/pure-ftpd/
MIT License
846 stars 325 forks source link

How to use RSA private key to connect #174

Open abinhho opened 2 years ago

abinhho commented 2 years ago

I'd like to connect to sftp server by using a key-file but it seems this's not supporting it?

stilliard commented 2 years ago

Hi @abinhho ,

Pure-FTPd provides FTP & FTPS (FTP+SSL) support which works for most cases. For SFTP support you'd need to use a dedicated SFTP service instead.

Hope this helps.