I have a problem I am trying to make an SFTP connection from the knime server with a .pem key with a flow but from my local computer the connection from the server works for me when I do the test from the command line it also works for me but when I try to run flow I get the error List Remote Files (legacy) 817: 3 - ERROR: Execute failed: invalid privatekey: [B @ 49c2188c
I attach the screenshots of the error and that the connection can be made from the command line
Hi @lizardovanegas , config looks to be ok. Is the “Test connection” in the SSH Connection node successful? Can you try it and tell us what’s the message you get?
Hi @lizardovanegas , the new SSH Connector supports pem file. The Legacy one accepts only OpenSSH Keyfile format.
So, if you use the new SSH Connector node, you will be able to use the pem file without having to convert it.
SSH Connector (legacy): Keyfile
Location of the keyfile. Note that the key file has to be in OpenSSH key file format.
SSH Connector: Key file:
This node supports the following private key formats: RFC4716 (default OpenSSH2 private key format), PKCS#8, PKCS#1 (traditional PEM format, OpenSSL-compatible), and ppk (PuTTY format).