# Как подключиться по SSH и SFTP

## Как подключиться? \#

Чтобы подключиться к серверу с ОС Linux, Вам потребуется SSH и sFTP-клиенты.

{% hint style="info" %}
Ссылки на самые популярные клиенты для **Windows**!
{% endhint %}

* [PuTTY](https://the.earth.li/~sgtatham/putty/latest/w32/putty.exe) — **SSH-клиент**.
* [Termius](https://termius.com/free-ssh-client-for-windows) — альтернативный **SSH-клиент.**
* [FileZilla](https://filezilla.ru/) — **FTP-клиент**.
* [WinSCP](https://winscp.net/eng/download.php) — альтернативный **FTP-клиент.**

В данном случае мы **рекомендуем** использовать именно **WinSCP** для подключения по SFTP, однако как наиболее подходящий вариант для новичков, ниже мы разберем подключение через FileZilla.

### Инструкция

{% hint style="info" %}
Данные для подключения можно посмотреть в сообщении на эл. почте или выбрать услугу в личном кабинете и кликнуть на неё, открыв страницу услуги.
{% endhint %}

{% hint style="warning" %}
**Для подключения по SFTP и SSH используются идентичные данные.**
{% endhint %}

{% tabs %}
{% tab title="PuTTY" %}

### **Порядок действий для подключения к VDS/VPS Linux по SSH**

1. В поле **Host Name** — укажите IP-адрес Вашего сервер&#x430;**.**
2. Далее введите порт. По умолчанию это — 22
3. Нажмите на кнопку для подключения — **Open**.<br>

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

Далее необходимо указать имя пользователя (по умолчанию это — **root**).&#x20;

Затем вводим **пароль**.<br>

<figure><img src="/files/6oAK6uTouAxrO24KZE1A" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Пароль в PuTTY вводится невидимыми символами!
{% endhint %}

Чтобы вставить текст в PuTTY, необходимо нажать **ПКМ** (правая кнопка мыши) для Window&#x73;**.**
{% endtab %}
{% endtabs %}


---

# 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.sclad.group/baza-znanii-skladtim/administrirovanie-linux/kak-podklyuchitsya-po-ssh-i-sftp.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.
