> For the complete documentation index, see [llms.txt](https://docs.cloudeka.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.id/deka_flexi/deka_flexi_compute/connect-to-vm-instance/connect-to-linux-vm-instance-via-ssh.md).

# Connect to Linux VM Instance via SSH

If you are using Windows, you will have to use a third party tool. The following instructions show how to connect to a Linux VM using [PuTTY](https://www.putty.org/)*.*

* Open **PuTTY** on your computer.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/2computeinstance/2.57%20PuTTY.png" alt=""><figcaption><p>PuTTY</p></figcaption></figure>

* In the **Host Name** field, enter the **Public IP Address** of the VM you want to connect to, as well as the port number if you are using your VM's custom port, then click **Open**.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/2computeinstance/2.58%20PuTTY%20Configuration.png" alt=""><figcaption><p>PuTTY Configuration</p></figcaption></figure>

* If this is your first time using PuTTY to log in to your VM with SSH, there is a warning similar to the following, click **Accept**.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/2computeinstance/2.59%20PuTTY%20Security%20Alert.png" alt=""><figcaption><p>PuTTY Security Alert</p></figcaption></figure>

* After you receive the warning, the terminal asks for your username and password. Type in your **Username and Password**, then press **Enter**.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/2computeinstance/2.60%20Terminal.png" alt=""><figcaption><p>Terminal</p></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.cloudeka.id/deka_flexi/deka_flexi_compute/connect-to-vm-instance/connect-to-linux-vm-instance-via-ssh.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.
