Line 14: |
Line 14: |
|
{{PC$}}ssh root@10.48.1.172 |
|
{{PC$}}ssh root@10.48.1.172 |
|
root@(none):~# |
|
root@(none):~# |
− |
|
|
− |
If the below error message is showing, it means that sshd is not running on the target:
|
|
− |
{{PC$}}ssh root@10.48.1.172
|
|
− |
ssh: connect to host 10.48.1.172 port 22: Connection refused
|
|
− |
|
|
− |
::On stm32mp1, one can type:
|
|
− |
{{Board$}}mkdir /var/run/sshd
|
|
− |
{{Board$}}/etc/init.d/sshd restart
|
|
− |
::In the console, the following log should appear:
|
|
− |
{{Board$}}mkdir /var/run/sshd
|
|
− |
{{Board$}}/etc/init.d/sshd restart
|
|
− |
generating ssh RSA key...
|
|
− |
generating ssh ECDSA key...
|
|
− |
generating ssh DSA key...
|
|
− |
generating ssh ED25519 key...
|
|
− |
Restarting OpenBSD Secure Shell server: sshdno /usr/sbin/sshd found; none killed
|
|
|
|
|
|
|
==References== |
|
==References== |