# Create SSH Keys

SSH key for authentication method more secure than standard password, if you want use SSH key for authentication you need to create the key first, follow instructions below to create SSH key.

* In this tutorial we use **PuTTYgen** for generate the key. on your Windows computer open **PuTTYgen** program.

<figure><img src="/files/0ewUDknCA8aqJLcnxeaV" alt=""><figcaption></figcaption></figure>

* In **PuTTY Key Generator** window, please make sure type of key to generate is **RSA**, then click **Generate**.

<figure><img src="/files/k1vp6408NBbVbqjW6MT1" alt=""><figcaption></figcaption></figure>

* After you click the **Generate** button, move your mouse in the area below the progress bar.

<figure><img src="/files/5iAxm8vb0OHW38Txmpwj" alt=""><figcaption></figcaption></figure>

* When the progress bar is full, **PuTTYgen** generates you key pair.

<figure><img src="/files/TVXrJuP5AJ8tTQJ6V65g" alt=""><figcaption></figcaption></figure>

* Type a passphrase in the **Key passphrase** field. Type the same **passphrase** in the Confirm **passphrase** field. you can use a key without a passphrase, but this is not recommended.

<figure><img src="/files/DOfjPfND1I4bZYEQBZPF" alt=""><figcaption></figcaption></figure>

* Click the **Save Private Key** button to save the private key. You must save the private key, you will need it to connect to your VM instance.

<figure><img src="/files/ctkM6ljpr9vgvNO6HlAZ" alt=""><figcaption></figcaption></figure>

* Right-click in the text field labeled **Public Key** for pasting into OpenSSH authorized keys file and choose **Select All**. Right-click again in the same text field and **Copy**.

<figure><img src="/files/Ii7EQokPQcvcPAJcs42C" alt=""><figcaption></figcaption></figure>

* Paste it on the SSH Key Content field in the steps create VM instance using SSH Key for authentication method.

<figure><img src="/files/pfIkWlLcVMtkuOn0ltdf" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudeka.ai/guidance-for-individual/deka-flexi/deka-flexi-instance/create-ssh-keys.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
