Adds a note about converting .pem file to .ppk for Windows dashboard users
Change-Id: I7303def67ea124385183f592e1c330731e03d624 Closes-bug: 1205561
This commit is contained in:
parent
b339aac910
commit
2b5421480d
@ -146,8 +146,8 @@
|
|||||||
<title>Import a keypair</title>
|
<title>Import a keypair</title>
|
||||||
<procedure>
|
<procedure>
|
||||||
<step>
|
<step>
|
||||||
<para>Log in to the dashboard, choose a
|
<para>Log in to the dashboard, choose a project, and
|
||||||
project, and click the <guilabel>Access &
|
click the <guilabel>Access &
|
||||||
Security</guilabel> category.</para>
|
Security</guilabel> category.</para>
|
||||||
</step>
|
</step>
|
||||||
<step>
|
<step>
|
||||||
@ -172,6 +172,16 @@
|
|||||||
you can read and write to the file, run the
|
you can read and write to the file, run the
|
||||||
following command:</para>
|
following command:</para>
|
||||||
<screen><prompt>$</prompt> <userinput>chmod 0600 <replaceable>MY_PRIV_KEY</replaceable>.pem</userinput></screen>
|
<screen><prompt>$</prompt> <userinput>chmod 0600 <replaceable>MY_PRIV_KEY</replaceable>.pem</userinput></screen>
|
||||||
|
<note>
|
||||||
|
<para>If you are using the dashboard from a
|
||||||
|
Windows-based computer, use puttygen to load
|
||||||
|
the <filename>*.pem</filename> and convert and
|
||||||
|
save as <filename>*.ppk</filename>. Refer to
|
||||||
|
<link
|
||||||
|
xlink:href="http://winscp.net/eng/docs/ui_puttygen"
|
||||||
|
>WinSCP information</link> for more
|
||||||
|
details.</para>
|
||||||
|
</note>
|
||||||
</step>
|
</step>
|
||||||
<step>
|
<step>
|
||||||
<para>To make the keypair known to SSH, run the
|
<para>To make the keypair known to SSH, run the
|
||||||
|
Loading…
Reference in New Issue
Block a user