stilliard / docker-pure-ftpd

Docker Pure-ftpd Server

Home Page:https://hub.docker.com/r/stilliard/pure-ftpd/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possilble to access with SFTP aka with ssh-key file instead of user+password?

namgivu opened this issue · comments

I'm looking for FTP server that can serve with SFTP protocol using SSH key, is it possible? If yes, please guide us how to.

I have go thru the walkthru here and it seems to serve with user+password only.

Cheers

We may use atmoz/sftp at this ssh-login guide here

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 such as the one you mentioned :)
Hope this helps clarify.