![Advantech RSB-4220 User Manual Download Page 55](http://html1.mh-extra.com/html/advantech/rsb-4220/rsb-4220_user-manual_2857962055.webp)
49
RSB-4220 User Manual
Chapter 3
S
oftware
Functionality
3.8.2.3
ssh server
When boot up the RSB-4220, the ssh service is already started by default. You can
run the following command on your host PC to login the RSB-4220:
The service start command is:
And the stop is:
3.8.2.4
telnet Server
When boot up the RSB-4220, the telnet service is already started by default. You can
run the following command on your host PC to login the RSB-4220:
The service start command is:
And the stop is:
3.8.2.5
http Server
We support an embedded web server name lighttpd and the matrix gui is based on it.
The service start command is:
And the stop is:
hostPC$ sudo ssh -l root TARGET_SYSTEM_IP
root@am335x-adv:/ # /etc/init.d/dropbear start
root@am335x-adv:/ # /etc/init.d/dropbear stop
hostPC$ sudo telnet TARGET_SYSTEM_IP
root@am335x-adv:/ # /etc/init.d/telnetd start
root@am335x-adv:/ # /etc/init.d/telnetd stop
root@am335x-adv:/ # /etc/init.d/lighttpd start
root@am335x-adv:/ # /etc/init.d/lighttpd stop