Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team
I am trying to establish FTP connection using tFTPConnection component in Talend. For Authentication method, I am using 'Public key and password'. I am proving the values for hostname, port, username, password and also the path to Private key and Key passphrase as well.
I am getting the error as Invalid Private Key. I am providing the same credentials and private key in WinScp and is getting connected.
I have also tried converting the private key (ppk file) into OpenSSH key and used in tFTPConnection component, but it also didn't work.
Please help in resolving this issue.
Thanks
DBS
1. Do you have an HTTPS Proxy ? If so, it doesn't work, you'll have to use tSetProxy
2. Do you use the conversion menu in PuttyGen ? Don't use the buttons on the bottom to Generate a new key
Import your ".ppk" key using the "Import key" in "Conversions" menu.
Then use "Export OpenSSH key" and save it as "new.ppk"
Use this new key
Hi @quentin-vigne
I am not having any HTTPS Proxy.
And for conversion, I am doing the same way as you have described above. I have tried different but nothing is working.
Thanks
DBS