Adds the missing command to generate the SSH key

This patch adds the example of how to use the command "ssh-keygen",
which is necessary when using the SSH authentication of the
HNAS driver.

Change-Id: Id615ad2375b490507a7556dab9f042279de8de25
This commit is contained in:
Adriano Rosso 2015-04-22 10:56:13 -03:00
parent 268af23987
commit 5de7109008

View File

@ -519,7 +519,8 @@ volume_backend_name = <replaceable>HNAS-NFS</replaceable></programlisting>
Create a pair of public keys in the Block Storage host
(leave the pass-phrase empty):
</para>
<screen><prompt>$</prompt> <userinput>mkdir -p <replaceable>/opt/hds/ssh</replaceable></userinput></screen>
<screen><prompt>$</prompt> <userinput>mkdir -p <replaceable>/opt/hds/ssh</replaceable></userinput>
<prompt>$</prompt> <userinput>ssh-keygen -f <replaceable>/opt/hds/ssh/hnaskey</replaceable></userinput></screen>
</step>
<step>
<para>