SSH connection to STM32MP15-DK2
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 unreachableBOARD $> systemctl sshd -l
BOARD $> No ssh.service foundI 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 ?

