# How to connect via SSH and SFTP

## How do I connect? \#

To connect to a Linux server you need SSH and sFTP clients.

{% hint style="info" %}
Links to the most popular Windows clients!
{% endhint %}

* [PuTTY](https://the.earth.li/~sgtatham/putty/latest/w32/putty.exe) — **SSH-**&#x63;lient.
* [Termius](https://termius.com/free-ssh-client-for-windows) — alternate **SSH-**&#x63;lien&#x74;**.**
* [FileZilla](https://filezilla.ru/) — **FTP-**&#x63;lient.
* [WinSCP](https://winscp.net/eng/download.php) — alternate **FTP-**&#x63;lien&#x74;**.**

In this case we recommend to use WinSCP for SFTP connection, but as the most suitable option for newbies, below we will describe the connection through FileZilla.

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

{% hint style="info" %}
You can see the data for connection in an e-mail message or select the service in your personal cabinet and click on it to open the service page.
{% endhint %}

{% hint style="warning" %}
For SFTP and SSH connections identical data is used.
{% endhint %}

{% tabs %}
{% tab title="PuTTY" %}
Procedure for connecting to VDS/VPS Linux via SSH

1. In the Host Name field, enter the IP address of your server.
2. Next, enter a port. The default setting is 22
3. Click the button to connect - Open.<br>

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

Next, you need to specify the user name (the default is root). Then enter the password.<br>

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

{% hint style="warning" %}
The password in PuTTY is entered in invisible characters!
{% endhint %}

To insert text into PuTTY, you need to press PCM (right mouse button) for Windows.
{% 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://wiki.sclad.us/administering-linux/how-to-connect-via-ssh-and-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.
