Transfer files via sftp through ssh key pairs

Hello,

Is there a way in appian to transfer files through sftp via ssh key pair as authentication rather than password.

If yes, how can we generate a public/private key for this in Appian.

  Discussion posts and replies are publicly visible

Parents Reply
  • Hello satish,

    We can generate ssh key pairs outside of Appian(through putty or even windows command prompt).

    You need to transfer the public key to the target machine and get it installed there.

    Upload the private key file on Appian(Any common application for your org). On the admin console, create a third party credential with the service account through which you need to send the files.

    Finally on the sftp node, use these credentials and the private key file uploaded to Appian.

    Regards,

    Naveen

Children