# SSH Keys

SSH is a secure protocol that is used to connect to remote Linux servers.

SSH server must have the SSH daemon running on it and the client machine must have SSH client installed on it to connect to a remote Linux server.

SSH keys provide a more secure way to authenticate into a Linux-based server as compared to a regular username-password combination. SSH keys are of three types- RSA, DSA and ECDSA.

OpenStack supports RSA keys as RSA is more universal than DSA and ECDSA.

{% hint style="success" %}
**Tip**

**Tip:** Platform9 supports all RSA key lengths, that is, 1024, 2048, and 4096. The recommended RSA key length is 2048.
{% endhint %}


---

# 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://docs.platform9.com/managed-openstack/5.8/authentication-and-authorization/authentication-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.
