> For the complete documentation index, see [llms.txt](https://docs.mikopbx.com/mikopbx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mikopbx.com/mikopbx/faq/troubleshooting/connecting-to-a-pbx-using-ssh/secure-shell.md).

# Подключение с помощью Google Secure Shell

{% hint style="info" %}
Данный способ подходит, если Вы используете браузеры Google Chrome или Yandex Browser для подключения к Web-интерфейсу MikoPBX.
{% endhint %}

### Подключение доступа по паролю

1. Перейдите в раздел "**Система**" -> "**Общие настройки**".

<figure><img src="/files/A2A2uUd0Ls9yETiD4qc3" alt=""><figcaption><p>Раздел "Система" - "Общие настройки"</p></figcaption></figure>

2. Перейдите в раздел "**SSH**". Переключите тумблер "**Отключить авторизацию по паролю**" (По умолчанию в активном положении). Задайте Ваш пароль для SSH-подключения. Сохраните настройки.

{% hint style="danger" %}
**Не используйте простые пароли!** После окончания сессии всегда отключайте возможность SSH-подключения с использованием авторизации по паролю!
{% endhint %}

<figure><img src="/files/XJULEfD0ovLOcWTkyp7e" alt=""><figcaption><p>Подключения доступа по паролю</p></figcaption></figure>

### SSH подключение

1. В Web-интерфейсе MikoPBX перейдите в раздел **"Обслуживание"** -> **"SSH консоль"**.

<figure><img src="/files/JvFcF2CNOsKT5X6rtoXJ" alt=""><figcaption><p>Раздел "Обслуживание" - "SSH консоль"</p></figcaption></figure>

2. В случае, если у Вас не установлено расширение "Secure Shell" для браузера, Вас переадресует в магазин расширений. Нажмите "**Установить**". После окончания установки, вернитесь в Web-интерфейс и повторите **первый** шаг.

<figure><img src="/files/0WEKfYylI7I388N23iDL" alt=""><figcaption><p>Установка расширения</p></figcaption></figure>

3. После переадрисации на вкладку Google Secure Shell, введите "yes" в диалоговом окне для нового подключения. Нажмите "**Enter**".

<figure><img src="/files/zsAZar64U84MBtEp5Uud" alt=""><figcaption><p>Диалоговое окно #1</p></figcaption></figure>

4. В новом диалоговом окне введите ранее заданный пароль для SSH. Нажмите "Enter".

<figure><img src="/files/8FCqe5fCrGGe8NNMjYbU" alt=""><figcaption><p>Диалоговое окно #2</p></figcaption></figure>

Произойдет SSH-подключение. :tada:

<figure><img src="/files/RKkv2Y1EZvRtLO0XT9nf" alt=""><figcaption><p>Успешное SSH-подключения через Google Secure Shell.</p></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, and the optional `goal` query parameter:

```
GET https://docs.mikopbx.com/mikopbx/faq/troubleshooting/connecting-to-a-pbx-using-ssh/secure-shell.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
