# Add Public Key

SSH (Secure Shell) serves as a secure means for computers to communicate with each other. It establishes a protected connection over the internet, encrypting the data exchanged between your computer and another computer, ensuring its confidentiality.

In the realm of public-key cryptography, data encryption and decryption are facilitated using a key pair. One of the keys, known as the public key, is shared with others to encrypt data. The other key, the private key, is kept confidential and solely utilized by the owner to decrypt the data. This cryptographic approach ensures secure and private communication between parties involved.

## <mark style="color:red;">Add a Public Key​</mark> <a href="#add-a-public-key" id="add-a-public-key"></a>

To modify the AppMaker managed repository associated with the application in the Akinon ecosystem, users need to add a public key. The responsibility of overseeing this process lies with the developer. It is important to note that up to five public keys can be added for enhanced security and access control.

To add a public key, log in to the account and navigate to the **Organization** section from the left-side menu. Then, click on **Public Keys** to manage and configure the public key settings.

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

To add a new public key, click on the **+New Public Key** button.

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

Enter a label for the public key in the **Label** field, and paste the generated SSH Key into the **Public Key** field. Afterward, click the **Apply** button to successfully add the public key to the account.

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

The **Public Keys** list will display the public key that users have added. If they wish to remove a public key, they can click on the delete icon next to the respective key.

{% hint style="info" %}
You can also add a public key by using the AppMaker CLI. For more information on how to do this, refer to the [AppMaker CLI documentation](/technical-guides/app-maker/cli.md#publickey-add).
{% 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.akinon.com/tutorials/app-maker/add-public-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.
