Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

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:

  1. Run the following command in your terminal:

cldkctl flexi instance ssh add [key-name] [public-key-path] 
  1. 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.

  2. Once completed successfully, the terminal displays the success message.

Flags

This command supports global flags. Refer to the Global Flags section for details

Flag
SHorthand
Description

--help

-h

Help for the add command.

--project string

-p

Specify project ID

Last updated