ssh: connect to host xx.xx.xx.xx port 22: Connection timed out error on Ubuntu Terminal
On the host computer, i try to connect the terminal to the STM32MP157F-EV1 board using ssh with Ethernet cable but I can't access
I use STM32MP157F-EV1 board. I set manually the IP adress of board with
Board $> ifconfig eth0 uuu.***.yyy.zzz
then I try connect ssh root of board with this command on my Terminal:
ssh root@xx.xx.xx.xx
and then I get
ssh: connect to host xx.xx.xx.xx port 22: Connection timed out error.
How i can fix this issue. Can anyone help me?
Kind regards
