,SFTP - shell script with 2 way Authentication
Hello Experts,
has objective is to create shell script that push and pull files from trading partner. Ensure that the file has been successfully delivered, the corporate needs to archive and/or delete the files from the trading partner.
Steps Followed:
1. Generate a public-private key pair and store the private key on server - Completed
2. Export the public key - Completed
3. Import the public key in to trading partner's server and associate with a user - Completed
4. Set up a trading partner object on our server that will authenticate using the key pair - Completed
I was able to achieve this manually.