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:
parent
268af23987
commit
5de7109008
@ -519,7 +519,8 @@ volume_backend_name = <replaceable>HNAS-NFS</replaceable></programlisting>
|
|||||||
Create a pair of public keys in the Block Storage host
|
Create a pair of public keys in the Block Storage host
|
||||||
(leave the pass-phrase empty):
|
(leave the pass-phrase empty):
|
||||||
</para>
|
</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>
|
||||||
<step>
|
<step>
|
||||||
<para>
|
<para>
|
||||||
@ -609,7 +610,7 @@ volume_backend_name = <replaceable>HNAS-NFS</replaceable></programlisting>
|
|||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
On RedHat, if the system is configured to use SELinux, you
|
On Red Hat, if the system is configured to use SELinux, you
|
||||||
need to set <option>"virt_use_nfs = on"</option> for NFS
|
need to set <option>"virt_use_nfs = on"</option> for NFS
|
||||||
driver work properly.
|
driver work properly.
|
||||||
</para>
|
</para>
|
||||||
|
Loading…
Reference in New Issue
Block a user