Changes for page SFTP Security

Last modified by Danniar Firdausy on 2024/09/18 20:33

From version 22.1
edited by Erik Bakker
on 2022/08/30 15:27
Change comment: There is no comment for this version
To version 23.1
edited by Erik Bakker
on 2022/08/30 15:28
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -29,7 +29,7 @@
29 29  * Public key should be known to the SFTP (server), so they trust us when we set up the communication
30 30  * A private key comes with a passphrase
31 31  
32 -If you are looking for some introductory reading into certificates, please check this [[microlearning>>doc:Main.eMagiz Academy.Microlearnings.Novice.Securing data traffic.novice-securing-your-data-traffic-what-are-certificates.WebHome||target="blank"]].
32 +If you are looking for some introductory reading into certificates, please check this [[microlearning>>doc:Main.eMagiz Academy.Microlearnings.Novice.Securing Data Traffic.novice-securing-your-data-traffic-what-are-certificates.WebHome||target="blank"]].
33 33  
34 34  As the private key is yours, you can ask a trusted party to generate the key, or you could create it yourself. The latter part happens a lot when connecting to an SFTP. You could use a tool like PuttyGen to achieve this. As a result, you will have a keypair. The private key should be kept safely with you in eMagiz, and you need to share the public key with the SFTP server party. In this microlearning, I will not explain how PuttyGen works in detail. Instead, we will focus on the part in eMagiz. In eMagiz, we need to refer to the key file (linked under Resources), and we need to refer to the password we use to save our key file securely.
35 35