SSH

Материал из Wiren Board
Это утверждённая версия страницы. Она же — наиболее свежая версия.
Другие языки:

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 article How 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:


Connection

  1. Run the application, enter the IP address, make sure SSH connection is selected, click Open.
    Putty enter ip.png
  2. The first time you connect to the controller, you will be asked to accept the key to encrypt the connection - click Accept.
    Putty accept key.png
  3. When the console window opens, you will be prompted for a user name - type root and press Enter; a password prompt will appear - type wirenboard (the characters you enter will not be displayed) and press Enter.
    Файл:Putty login.png
  4. A welcome message will appear - you are in the controller console.
    Файл:Putty logged in.png