# SSH connection

To connect via SSH to your VPS, follow these steps:

1. Install the [**PuTTY**](https://www.puttygen.com/download-putty) application;
2. Open the PuTTY application;
3. In the "**Host Name**" field, enter the VPS IP address, select "**SSH**" under "**Connection Type**", then click the "**Open**" button;

<figure><img src="/files/4s92YFBBT0PvO9u3b955" alt=""><figcaption></figcaption></figure>

4. A new window will opened. Accept the connection by clicking the "**Accept**" button;
5. Enter the username (by default is **root**), press Enter, then enter the VPS password and press Enter to connect to the VPS.


---

# 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.ititanhosting.ro/docs/english/vps/linux/ssh-connection.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.
