cancel
Showing results for 
Search instead for 
Did you mean: 

SSH connection to STM32MP15-DK2

RMarg
Associate II

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 ?

11 REPLIES 11
RMarg
Associate II

So I found the mistake, in the wiki the address used is the brd address instead the inet address.

0690X000009k18EQAQ.jpg

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.