SSH/en: различия между версиями

Материал из Wiren Board
(Новая страница: «=== Installing SSH-client ===»)
(Новая страница: «To work with SSH, install the SSH client utility on your computer, for example, PuTTY: * Windows version - [http://the.earth.li/~sgtatham/putty/latest/x86/putty.e…»)
Строка 15: Строка 15:
=== Installing SSH-client ===
=== Installing SSH-client ===


Для работы с SSH установите на вашем компьютере утилиту - SSH-клиент, например, PuTTY:
To work with SSH, install the SSH client utility on your computer, for example, PuTTY:
* версия для Windows - [http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe скачать с официального сайта]
* Windows version - [http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe download from official site]
* версия для Linux Debian или Ubuntu - выполните команду ''apt-get install putty''
* version for Linux Debian or Ubuntu - run''apt-get install putty''





Версия 18:48, 28 мая 2019

Другие языки:

SSH - is a protocol that allows you to access the Wiren Board console via a local network or the Internet. See Wiki description. In addition to SSH, you can access the console by connecting directly to the device via Debug UART.

How to log on to Wiren Board controller interface via SSH

Necessary information

To access the device, you need to know three things:

  1. The IP address of the device - see the articleHow to check the controller IP address
  2. User login: root
  3. User password: wirenboard


Installing SSH-client

To work with SSH, install the SSH client utility on your computer, for example, PuTTY:


Подключение

  1. Запустите приложение, введите IP-адрес, убедитесь, что выбрано подключение по SSH, нажмите Open.
    500px
  2. При первом подключении к контроллеру появится запрос на приём от него ключа для шифрования соединения - нажмите Accept.
    300px
  3. Когда откроется окно консоли, в нём появится запрос имени пользователя - введите root и нажмите Enter; появится запрос пароля - введите wirenboard (вводимые символы не будут отображаться) и нажмите Enter.
    Файл:Putty login.png
  4. Появится приветственное сообщение - вы в консоли контроллера.
    Файл:Putty logged in.png