# Подключение к АТС с помощью SSH

**SSH (Secure Shell)** — это протокол для безопасного удалённого подключения к серверам и управления ими. Он используется для выполнения команд, передачи файлов и администрирования систем через зашифрованный канал. SSH помогает защитить данные от перехвата, обеспечивая аутентификацию и шифрование между клиентом и сервером. Это основной инструмент для разработчиков, системных администраторов и DevOps-инженеров при работе с удалёнными машинами.

<figure><img src="https://3704471835-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MPK4TuzRBnP7rt8htho-887967055%2Fuploads%2FI97SUpDONl1iJmj88qww%2FmikopbxconsoleSSH.png?alt=media&#x26;token=bd834c73-15b3-489a-8c57-1b2f762814ce" alt=""><figcaption><p>SSH подключение</p></figcaption></figure>

Далее будет рассмотренно три разных способа подключения к MikoPBX по протоколу Secure Shell (SSH):

* Подключение с помощью пароля через сторонние приложения (в данной статье в примере - putty)
* Подключение с помощью ключей, что и будет рассмотренно далее с примером на Windows, Linux (MacOS)
* Подключение с помощью Google Secure Shell (доступно для браузеров Google Chrome, Yandex Browser)

{% content-ref url="connecting-to-a-pbx-using-ssh/putty" %}
[putty](https://docs.mikopbx.com/mikopbx/faq/troubleshooting/connecting-to-a-pbx-using-ssh/putty)
{% endcontent-ref %}

***

{% content-ref url="connecting-to-a-pbx-using-ssh/powershell" %}
[powershell](https://docs.mikopbx.com/mikopbx/faq/troubleshooting/connecting-to-a-pbx-using-ssh/powershell)
{% endcontent-ref %}

***

{% content-ref url="connecting-to-a-pbx-using-ssh/terminal" %}
[terminal](https://docs.mikopbx.com/mikopbx/faq/troubleshooting/connecting-to-a-pbx-using-ssh/terminal)
{% endcontent-ref %}

***

{% content-ref url="connecting-to-a-pbx-using-ssh/secure-shell" %}
[secure-shell](https://docs.mikopbx.com/mikopbx/faq/troubleshooting/connecting-to-a-pbx-using-ssh/secure-shell)
{% endcontent-ref %}


---

# 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.mikopbx.com/mikopbx/faq/troubleshooting/connecting-to-a-pbx-using-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.
