add
Add a SSH public key to your project's region. This command allows you to add a SSH public key.
Usage
cldkctl flexi instance ssh add [name] [public_key_file] [flags]Steps
Follow the steps below to run and view the result of this command:
Run the following command in your terminal:
cldkctl flexi instance ssh add [key-name] [public-key-path] Replace [key-name] with the name you want to assign to the SSH key and [public-key-path] with the path to your public SSH key file.
Once completed successfully, the terminal displays the success message.

Flags
Flag
SHorthand
Description
--help
-h
Help for the add command.
--project string
-p
Specify project ID
Last updated
