> For the complete documentation index, see [llms.txt](https://docs.synteq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.synteq.com/virtualization-platform/account-management/adding-ssh-keys.md).

# Adding SSH keys

## Why should you use SSH keys? <a href="#why-should-you-use-ssh-keys" id="why-should-you-use-ssh-keys"></a>

SSH keys provide cryptographic authentication that is significantly more secure than password-based logins. With key lengths of 2048 bits or more, SSH keys are virtually impossible to brute force, eliminating the risk of weak or compromised passwords.

Unlike passwords, SSH keys cannot be intercepted through network sniffing, keyloggers, or man-in-the-middle attacks. The cryptographic handshake process makes sure that even if traffic is monitored, attackers cannot replay or forge authentication attempts.

## How to add SSH keys to your Virt account? <a href="#how-to-add-ssh-keys-to-your-metal-account" id="how-to-add-ssh-keys-to-your-metal-account"></a>

### 1. Go into the SSH Keys tab on Virt <a href="#how-to-add-ssh-keys-to-your-metal-account" id="how-to-add-ssh-keys-to-your-metal-account"></a>

Start by logging into our [Virtualization Platform](https://virt.crunchbits.com/), and clicking on the `SSH Keys` button.&#x20;

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

Then click on the `Add Key` button.&#x20;

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

Afterward, enter the name of your SSH Key \[1], and then paste in your public key into the `Public Key` \[2] section.

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

Then click on the `Save` button.

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

And just like that, you have successfully added an SSH key into your Virt account!

<figure><img src="/files/M7NRuAsRTT4qu66BaA0m" 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, and the optional `goal` query parameter:

```
GET https://docs.synteq.com/virtualization-platform/account-management/adding-ssh-keys.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
