2019-10-02 06:54 AM
Hello,
I've try to connect to the through SSH but it's seem no sshd is running :
BOARD $> ssh root@xx.xx.xx.xx
BOARD $> ssh: connect to host xx.xx.xx.xx port 22: Network is unreachable
BOARD $> systemctl sshd -l
BOARD $> No ssh.service found
I would like to install openssh through apt but I can't found any package.
Indeed /ect/apt/sources.lsit.d is empty.
Currently How to manage the debian packages in OpenSTLinux distribution doesn't provide any information.
Can someone told me how install openssh with apt on the board ?
Solved! Go to Solution.
2019-10-03 03:21 PM
So I found the mistake, in the wiki the address used is the brd address instead the inet address.
2019-10-04 12:07 AM
Ok, what you used is the so called "Broadcast" Address :) Never use that for a connection.
Tip, catch your preferred browser, go to the WWW and look for some basic tutorial around TCP/IP, Example: https://stevessmarthomeguide.com/basic-networking-course/ that will help you in the future.