# 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="/files/jObJsQROVQe79IIpjgcD" alt=""><figcaption></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="/files/hdl8geNnWkfluXpF8pH6" alt=""><figcaption></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="/files/DEadxf5v1DC15Gk9sTYI" alt=""><figcaption></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="/files/a6cZY1995XObsxeQwhG9" alt=""><figcaption></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:

```
GET https://docs.cloudeka.ai/guidance-for-individual/deka-flexi/deka-flexi-instance/connect-to-vm-instance/connect-to-linux-vm-instance-via-ssh.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.
