Vsftpd with rsa key
by bogdanys from LinuxQuestions.org on (#5Q74A)
Hi everybody!
This is my first question here, so I hope I've placed it well!
I'm trying to make an SFTP connection between Beagle Board running Debian 10 and windows using Filezilla.
I followed the steps for configuring vsftpd and everything works properly if I try to connect through filezilla, using the password for the user created.
The problem is that I want to make the connection with a key, through filezilla. I managed this, generating a pair of keys on windows, and offering the public key in authorized keys in ssh. I want to do the same thing for vsftpd.
I found a similar example here on the site and I tried to put in the configuration file for vsftpd the path to the authorized keys, It did not work.
rsa_cert_file=/home/debian/.ssh/authorized_keys
I would really appreciate the help!
This is my first question here, so I hope I've placed it well!
I'm trying to make an SFTP connection between Beagle Board running Debian 10 and windows using Filezilla.
I followed the steps for configuring vsftpd and everything works properly if I try to connect through filezilla, using the password for the user created.
The problem is that I want to make the connection with a key, through filezilla. I managed this, generating a pair of keys on windows, and offering the public key in authorized keys in ssh. I want to do the same thing for vsftpd.
I found a similar example here on the site and I tried to put in the configuration file for vsftpd the path to the authorized keys, It did not work.
rsa_cert_file=/home/debian/.ssh/authorized_keys
I would really appreciate the help!