forked from docs/doc-exports
Reviewed-by: gtema <artem.goncharov@gmail.com> Co-authored-by: Dong, Qiu Jian <qiujiandong1@huawei.com> Co-committed-by: Dong, Qiu Jian <qiujiandong1@huawei.com>
2.6 KiB
2.6 KiB
Creating a Key Pair
Context
Create a key pair before you create a container cluster. Key pairs are used for user identity authentication upon login to a node.
If you have already created a key pair, you do not need to create it again.
Procedure
- On the management console, click Service List, and choose Computing > Elastic Cloud Server to launch the ECS console.
- In the navigation pane, choose Key Pair.
- Click Create Key Pair.
- Enter a key pair name and click OK.
The key pair name must be 1 to 64 characters long. Only letters, digits, hyphens (-), and underscores (_) are allowed.
- In the displayed dialog box, click OK.
A key file in the .pem format is generated and automatically saved to the default directory on your local computer.
Parent topic: Appendix