Hello, I'm trying to use the File Writer to send a CSV to a SFTP endpoint. The SFTP endpoint uses an rsa2 public key. I've confirmed with File Zilla that I can use the corresponding .ppk to send file to the endpoint. However, I can't use the openSSH string format of the private key to send files using the File Writer snap.
The documentation for the File Writer snap conflicts with the messaging of the File Writer and the documentation on generating keys using PuTTY.
- 1.
The File Writer documentation says "Snap Pack no longer natively supports RSA-SHA1 authentication"
- 2.
The SSH Auth account says that you can use RSA headers.
- 3.
SnapLogic's directions to generate a key with PuTTY say to use SSH-1, conflicting with the File Writer documentation.
- 4.
the File Writer snap itself rejects keys with the RSA header, conflicting with the SSH Auth docs.
Please let me know what the correct steps to use SFTP with the File Writer snap are, thank you!