> For the complete documentation index, see [llms.txt](https://dbi-services.gitbook.io/yak-user-doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dbi-services.gitbook.io/yak-user-doc/appendix/create-ssh-keys-with-puttygen.md).

# 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**
