I need to access an FTP server, from which I have already been sent a certificate called "empresa.cert".
On Windows, using WinSCP, I create a connection using this certificate file, and the connection is made normally, and no password is requested. But in Linux, I'm asked for a password. The syntax I am trying is:
sftp -P 58010 -i /home/joao/empresa.cert [email protected]
Where he asks:
Enter passphrase for key '/home/joao/empresa.cert':
The problem is not with the certificate, because in Windows, it accesses without asking for a password. How to access Linux via SFTP without the certificate request password?