1,221
edits
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 36: | Line 36: | ||
##Click on the blue Import Key Pair button. | ##Click on the blue Import Key Pair button. | ||
===Creating a | ===Creating a new key pair=== | ||
[[File:Create-Key-Pair-Form.png|400px|thumb| Create key pair (Click for larger image)]] | [[File:Create-Key-Pair-Form.png|400px|thumb| Create key pair (Click for larger image)]] | ||
#Click [[File:Create-Key-Pair-Button.png]] | #Click on [[File:Create-Key-Pair-Button.png]]; the ''Create Key Pair'' window is displayed. | ||
# | #Name your key pair. | ||
#Click on the ''Create Key Pair'' button. | |||
#Save the ''<key name>.pem'' on your disk. | |||
On UNIX hosts, you will need to <code>chmod 400 <key name>.pem</code> in order to connect later on. This needs to be done on your machine, not the VM. In windows to use the key downloaded from OpenStack with PuTTY or MobaXterm you need to convert it to a format they understand steps to do this are given on the [[Generating ssh keys in Windows#Converting an OpenStack Key]] page. | On UNIX hosts, you will need to <code>chmod 400 <key name>.pem</code> in order to connect later on. This needs to be done on your machine, not the VM. In windows to use the key downloaded from OpenStack with PuTTY or MobaXterm you need to convert it to a format they understand steps to do this are given on the [[Generating ssh keys in Windows#Converting an OpenStack Key]] page. |
edits