Merge "Adds the missing command to generate the SSH key"

This commit is contained in:
Jenkins 2015-04-23 18:29:37 +00:00 committed by Gerrit Code Review
commit 384d2722bd

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 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>