summaryrefslogtreecommitdiffstats
path: root/src/com.gluster.storage.management.console.help/html/gettingstarted/security_keys.html
blob: 5b723899fdd1fc34158f2aac027693e3d9f9ac2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
<link rel="stylesheet" href="../css/builder-gluster/style.css"
type="text/css" media="screen" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Sub Topic</title>
</head>

<body>
<h1>Security Keys</h1>
Gluster Management Gateway communicates with storage servers using public key authentication. This establishes trust between your account on your central server and the new machine you just added to your cluster. Administrators can export and/or import the SSH keys (of the gateway) for security reasons from the Gluster Management Gateway server.
<h2>Importing Keys</h2>
<p>To import the security keys, perform the following steps:</p>
<ol>
<li>Choose <b>Edit</b> > <b>Import Keys</b>
<li>A window is displayed allowing you to choose the download location on your machine.
<li>Choose the location, and click <b>Save</b>. 
<p>The security keys are imported from the gateway server to the location you specified in ssh-keys.tar file format.
</ol>
<h2>Exporting Keys</h2>
<p>To export the security keys, perform the following steps:</p>
<ol>
<li>Choose <b>Edit</b> > <b>Export Keys</b>
<li>A window is displayed allowing you to choose the location on your machine.
<li>Choose the location, and click <b>Save</b>.
<p>The security keys are exported on to gateway server to the location you specified in a .tar file format.</p>
</ol>	

</body>
</html>