# Generating an SSH key

## Generating an SSH key

The MNX.io services use SSH key pairs for authentication. If you have an existing SSH key pair, you must upload the public key in the MNX.io portal to associate it with your account.&#x20;

If you don’t have an SSH key pair, you can create SSH keys and then associate them with your MNX.io account.&#x20;

For Windows or Mac environments visit:

* [Manually generating an SSH key in macOS](/getting-started/generating-an-ssh-key/generating-an-ssh-key-in-macos.md).
* [Manually generating an SSH key in Windows](/getting-started/generating-an-ssh-key/untitled-1.md).

### What are my next steps? <a href="#what-are-my-next-steps" id="what-are-my-next-steps"></a>

Once you have created an account, added billing information to complete your profile, and uploaded your public SSH key, your MNX.io account is ready to use. What do you want to do next?

* [Set up the Triton CLI and CloudAPI](/api/triton-cli-tool.md).
* [Create an instance in the Triton Service Portal](broken://pages/-LuID4_z4H27TQV9GCdQ).


---

# 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.mnx.io/getting-started/generating-an-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.
