From c60a484536787fd5b350eb08c0c10536d2089a0b Mon Sep 17 00:00:00 2001 From: Shireesh Anjal Date: Sun, 21 Aug 2011 15:09:06 +0530 Subject: New help files --- .../html/gettingstarted/security_keys.html | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/com.gluster.storage.management.console.help/html/gettingstarted/security_keys.html (limited to 'src/com.gluster.storage.management.console.help/html/gettingstarted/security_keys.html') diff --git a/src/com.gluster.storage.management.console.help/html/gettingstarted/security_keys.html b/src/com.gluster.storage.management.console.help/html/gettingstarted/security_keys.html new file mode 100644 index 00000000..eeade559 --- /dev/null +++ b/src/com.gluster.storage.management.console.help/html/gettingstarted/security_keys.html @@ -0,0 +1,33 @@ + + + + + + +Sub Topic + + + +

Security Keys

+In order to secure all of the virtual machines that are created, root access to these machines is controlled by SSH key access rather than by using an interactive password. This establishes trust between your account on your central server and the new virtual 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.

+

Importing Keys

+

To import the security keys, perform the following steps:

+
    +
  1. Choose Edit > Import Keys +
  2. A window is displayed allowing you to choose the download location on your machine. +
  3. Choose the location, and click Save. +

    The security keys are imported from the gateway server to the location you specified in ssh-keys.tar file format. +

+

Exporting Keys

+

To export the security keys, perform the following steps:

+
    +
  1. Choose Edit > Export Keys +
  2. A window is displayed allowing you to choose the location on your machine. +
  3. Choose the location, and click Save. +

    The security keys are exported on to gateway server to the location you specified in a .tar file format.

    +
+ + + \ No newline at end of file -- cgit