HI Team,
We are trying to establish a SFTP (SSH ) connection from PI to one of External interface we have. Currently we have password based authentication setup but we want to change that to key(RSA ) based.
Interface functionality - PI will pull and push the file to the external server.
Process followed:
We have created a .pub key ( Public key ) generated in PI environment and provided it to External party to install in there SSH Server. And then they provided us with there Public key which should go in to NWA of SAP PI.
But since PI will not understand the OPENSSH (.pub) format we need to convert in to .p12 or .pem format and we are facing problem while doing that and we need help on that regards to how to convert the public key to private key where we can import in NWA. Please help