• Font Size
  • S
  • M
  • L

Search via FAQ No.


  • No : 30681
  • Open Date : 2019/08/30 15:56
  • Print
NEW

[DataSpider Servista] Please tell me about the encryption format of the secret key that can be used in SFTP of FTP adapter.

I would like to connect FTP server using SFTP with the FTP adapter. Please tell me about the secret key encryption format that can be used as of this moment.
Category : 

Answer

The following two encrypted formats can be used:
  • RSA
  • DSA
Noted
  • Please note that it does not support binary secret keys.
  • The FTP adapter can also use a passphrase-based secret key, but in this case, the only supported encryption algorithm is DES-EDE3-CBC.
  • The imported private key must have the encryption format explicitly indicated in the header. For example, if you are using RSA, please use a secret key that begins with the following header:
-----BEGIN RSA PRIVATE KEY-----