Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
It seems that the tSCPConnection component support just the old openssl format whereas the default option with ssh-keygen is openssh. If you are facing a similar issue check your private key which should start with -----BEGIN RSA PRIVATE KEY----- (in case you are using rsa). If your private key file starts with -----BEGIN OPENSSH PRIVATE KEY----- you will most probably not be able to authenticate. You can generate a PEM format like described on the following site:
https://logmx.com/docs/public-key.html
Talend version: 7.3, macos