add
Usage
cldkctl flexi instance ssh add [name] [public_key_file] [flags]Steps
cldkctl flexi instance ssh add [key-name] [public-key-path] 
Flags
Flag
SHorthand
Description
Last updated

Add a SSH public key to your project's region. This command allows you to add a SSH public key.
cldkctl flexi instance ssh add [name] [public_key_file] [flags]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.

This command supports global flags. Refer to the Global Flags section for details
--help
-h
Help for the add command.
--project string
-p
Specify project ID
Last updated