# Create SSH Keys with PuTTYgen

In order to connect securely to the Linux targets and deploy components, a pair of SSH keys must be generated and the **private** SSH key must be **given to the YaK**.

SSH keys can be generated from any Linux distribution running openSSH with the "ssh-keygen" command. Windows users can generate SSH keys using PuTTYgen ([https://www.puttygen.com](https://www.puttygen.com/#gsc.tab=0))

The key must respect the following characteristics:

* number of bits: **4096**
* type of key to generate: **rsa**
* **no** **passphrase**


---

# Agent Instructions: 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://dbi-services.gitbook.io/yak-user-doc/appendix/create-ssh-keys-with-puttygen.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.
