Expand my Community achievements bar.

SOLVED

private and public key (ssh protocol) to create for sftp connection in Adobe Experience Platform

Avatar

Level 3

Hi all, 

 

i need to connect my AEP sandbox to an external service with an SFTP connection. 

Where should i generate the public and private keys for the security? is there an AEP functionality to handle this credentials? 

 

Thanks a lot

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@nico9 You can use tools like OpenSSH Client to generate the SFTP public and private keys. Once it's done, you can use to create a SFTP connection using SSH public key. Here is the AEP documentation by which you can generate the keys:

https://experienceleague.adobe.com/docs/experience-platform/sources/connectors/cloud-storage/sftp.ht...

 

Once the keys are generated, refer to the below documenation to create a SFTP source connection with AEP.

 

https://experienceleague.adobe.com/docs/experience-platform/sources/ui-tutorials/create/cloud-storag... 

 

Hope this helps!

 

 

 

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

@nico9 You can use tools like OpenSSH Client to generate the SFTP public and private keys. Once it's done, you can use to create a SFTP connection using SSH public key. Here is the AEP documentation by which you can generate the keys:

https://experienceleague.adobe.com/docs/experience-platform/sources/connectors/cloud-storage/sftp.ht...

 

Once the keys are generated, refer to the below documenation to create a SFTP source connection with AEP.

 

https://experienceleague.adobe.com/docs/experience-platform/sources/ui-tutorials/create/cloud-storag... 

 

Hope this helps!

 

 

 

Avatar

Level 3

Thank you Avinash so there is no option to generate the key directly into AEP system, right? 

Avatar

Community Advisor

@nico9 There is no option to generate the keys in AEP. You would have to use tools like OpenSSH client to generate the keys outside of AEP.