24 lines
2.0 KiB
Markdown
24 lines
2.0 KiB
Markdown
---
|
|
sidebar_label: 'Manage Key Pairs'
|
|
sidebar_position: 1
|
|
---
|
|
|
|
<!-- truncate -->
|
|
import CodeBlock from '@site/src/components/CodeBloack';
|
|
import key01 from '@site/static/img/key01.png';
|
|
import key02 from '@site/static/img/key02.png';
|
|
import key03 from '@site/static/img/key03.png';
|
|
import key04 from '@site/static/img/key04.png';
|
|
import key05 from '@site/static/img/key05.png';
|
|
import key06 from '@site/static/img/key06.png';
|
|
|
|
# Manage Key Pairs
|
|
|
|
<div className="head">Create Key Pair</div>
|
|
<div className="text">Create at least one key pair for each project.</div>
|
|
<div className="text"><ol><li>Log in to the dashboard.</li><li>Select the appropriate project from the drop down menu at the top left.<br/><br/><img src={key02} alt="Key-Pair" /><br/><br/></li><li>Navigate to <span className="blue">Project</span> > <span className="blue"> Compute</span> > <span className="blue"> Key Pairs.</span><br/><br/><img src={key01} alt="Key-Pair" /><br/></li><br/><li>Click on <span className="blue">Create Key Pair.</span><br/><br/><img src={key03} alt="Key-Pair" /><br/><br/></li><li> In the Create Key Pair dialog box, enter a name for your key pair and type, and click <span className="blue">Create Key Pair</span><br/><br/><img src={key04} alt="Key-Pair" /><br/><br/></li></ol></div>
|
|
|
|
<div className="head">Import Key Pair</div>
|
|
|
|
<div className="text"><ol><li>Log in to the dashboard.</li><li>Select the appropriate project from the drop down menu at the top left<br/><br/><img src={key02} alt="Key-Pair" /><br/><br/></li><li>Navigate to <span className="blue">Project</span> > <span className="blue"> Compute</span> > <span className="blue"> Key Pairs.</span><br/><br/><img src={key01} alt="Key-Pair" /><br/></li><br/><li>Click on <span className="blue">Import Public Key.</span><br/><br/><img src={key05} alt="Key-Pair" /><br/><br/></li><li>. In the Import Public Key dialog box, enter a name for your key pair, type and public key, and click <span className="blue">Import Public Key</span><br/><br/><img src={key06} alt="Key-Pair" /></li></ol></div>
|