Changes for page SFTP Known Hosts

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

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 20.1
edited by eMagiz
on 2022/06/10 12:10
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ebakker
1 +XWiki.eMagiz
Default language
... ... @@ -1,1 +1,0 @@
1 -en
Content
... ... @@ -4,6 +4,9 @@
4 4  
5 5  Should you have any questions, please get in touch with [[academy@emagiz.com>>mailto:academy@emagiz.com]].
6 6  
7 +* Last update: August 25th, 2021
8 +* Required reading time: 9 minutes
9 +
7 7  == 1. Prerequisites ==
8 8  
9 9  * Basic knowledge of the eMagiz platform
... ... @@ -20,6 +20,8 @@
20 20  * Public key should be known to the SFTP (server), so they trust us when we set up the communication
21 21  * A private key comes with a passphrase
22 22  
26 +
27 +
23 23  == 3. SFTP Security ==
24 24  
25 25  In the last microlearning, we discussed how to connect to an SFTP from eMagiz. In this microlearning, we want to expand our knowledge and look at a more complex security configuration when connecting to SFTP instances. The configuration we are talking about is the private key configuration.
... ... @@ -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"]].
37 +If you are looking for some introductory reading into certificates, please check this [microlearning](novice-securing-your-data-traffic-what-are-certificates.md).
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  
... ... @@ -41,6 +41,8 @@
41 41  
42 42  Using this setting gives the server the option to verify if the communication request came from eMagiz (or at least from the party that holds the private key of eMagiz). This is an additional security measure to ensure data integrity and quality.
43 43  
49 +
50 +
44 44  == 4. Assignment ==
45 45  
46 46  Check within your project(s) whether an SFTP connection is secured with the help of private key construction.
... ... @@ -53,6 +53,8 @@
53 53  * Public key should be known to the SFTP (server), so they trust us when we set up the communication
54 54  * A private key comes with a passphrase
55 55  
63 +
64 +
56 56  == 6. Suggested Additional Readings ==
57 57  
58 58  If you are interested in this topic and want more information, please read the release notes provided by eMagiz. Furthermore, check out these links: