# SSH KEY

**SSH keys, or Secure shell keys,** are access credentials used in the **SSH (Secure Shell) Protocol.** They are a pair of public and private keys that are used to authenticate and establish a secure connection between two remote systems over the internet. The public key is placed on the remote server while the private key is kep on the local computer. SSH ekys are widely used for automated processes, implementing single sign on and providing secure access to computer systems, networks, and cloud services. They offer convenience and improved security when properlu managed.

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


---

# 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.neevcloud.com/neevcloud-products/access-details/ssh-key.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.
