43
3.4.
Service Introduce
3.4.1.
SSH/SFTP Service
Service Information
EBC-3A1 already enabled SSH/SFTP server service based on “dropbeear” , user can
remotely access platform by ssh/sftp client utility.
SSH/SFTP Configure file
root@ICM-3011:/# cat /etc/default/dropbear
DROPBEAR_EXTRA_ARGS="-B"
root@ICM-3011:/#
Remote connection
Use SSH command to remotely access ICM-3011 in desktop:
embux@ubuntu:~$ ssh [email protected]
The authenticity of host '192.168.1.1 (192.168.1.1)' can't be established.
RSA key fingerprint is 42:43:08:e2:df:61:87:a9:bc:af:9d:57:01:89:4a:05.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '192.168.1.1' (RSA) to the list of known hosts.
root@ICM-3011:~# ls /
bin dev home lost+found mnt proc sbin tmp usr www
boot etc lib media opt run sys unit_tests var
root@ICM-3011:~#
Use SCP command to upload test file in desktop:
embux@ubuntu:~$ scp test [email protected]:~
Note: default user name is “root” without password.
Содержание EBC-3A1 Series
Страница 1: ...1 EBC 3A1 Series 3 5 SBC with NXP i MX6 Processor ARM Cortex A9 Architecture User Manual Ver 5st ...
Страница 9: ...9 ...
Страница 10: ...10 Chapter 1 Product Overview This chapter provides background information of EBC 3A1 ...
Страница 13: ...13 1 3 Block Diagram ...
Страница 24: ...24 2 4 Mechanical Drawing ...
Страница 25: ...25 Chapter 3 Software User Guide This chapter details the Linux operation on EBC 3A1 ...
Страница 65: ...65 Chapter 5 BSP This chapter introduces how to get board BSP board support package ...