How it works...

In order to connect the IoT Box through SSH, you will need the IP address of the IoT Box. You can see this IP address in its form view. As an example, in this recipe we will use 192.168.43.6 as the IoT Box IP address, so replace this with your IP address. Perform the following steps to access the IoT Box through SSH:

  1. Open the Terminal and execute the following command:
$ ssh [email protected]
[email protected]'s password:
  1. The Terminal will ask you for a password; enter raspberry as the password.
  2. If you added the right password, you can access the shell. Execute the following command to see the directory:
pi@AssemblyIoTBox:~ $ ls -l 
total 260
-rw-r--r-- 1 root root 244271 Jan 16 14:17 init_posbox_image.log
drwxr-xr-x 5 pi pi 4096 Jan 16 12:57 odoo
-rw-r--r-- 1 pi pi 27 Jan 16 14:20 odoo-remote-server.conf
-rw-r--r-- 1 pi pi 11 Jan 16 14:20 token
-rw-r--r-- 1 pi pi 20 Jan 16 14:26 wifi_network.txt
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset