cancel
Showing results for 
Search instead for 
Did you mean: 

ssh key generation

former_member327037
Participant
0 Kudos

bank requested ssh key for scenario implementation

what is the authentication method to be used

1.user name and pwd 2.private key.

how private generated from ssh key

steps for generating ssh key

Accepted Solutions (1)

Accepted Solutions (1)

apu_das2
Active Contributor
0 Kudos

How are you interacting with Bank? I guess using SFTP that's why the Bank is opted for SSH certificate to use private key authentication.

For that, you need to generate private - public key pair using any keygen software. Your Basis team can help you here.

Once done, you need to import the certificates in your NWA key store. The private key store entry name is required to be mentioned in your CC.

Now, export the public SSL key for the key store and use Open SSL Utility to convert this SSL to SSH. There are numerous good blogs which explain the command to use to convert this SSL to SSH.

Now provide this SSH to the bank.

Thanks,

Apu

Answers (0)