HiI'm encountering same issue with SSH private key while connecting to SFTP destination connection in AEP. I have generated id_rsa(private key), id_rsa_base64(base64 encoded private key) and id_rsa.pub (publickey). The publickey is added to server/domain. The private key is in OpenSSH format. The be...