Search found 1 match
- Thu Jul 14, 2022 7:20 pm
- Forum: PowerFTP
- Topic: invalid privatekey
- Replies: 2
- Views: 57374
Re: invalid privatekey
Hi ihtarlik. Unfortunately PowerFTP does not (yet) support openssh private key. You need to use a rsa private key for key authentication. To convert an existing file(Don't forget to backup the file): On a Linux machine you need to ensure the permissions: chgrp users [key-file] chmod 600 [key-file] W...