Last edited 2 months ago

How to perform ssh connection

Applicable for STM32MP13x lines, STM32MP15x lines, STM32MP25x lines

1. Purpose[edit source]

This article describes how to perform remote connection using the ssh[1] tool.

1.1. Perform ssh connection[edit source]

On host PC, one can type (xx.xx.xx.xx is the board IP address):

If it is a first connection:

  ssh root@ xx.xx.xx.xx
 The authenticity of host 'xx.xx.xx.xx (xx.xx.xx.xx)' can't be established.
 ECDSA key fingerprint is ......
 Are you sure you want to continue connecting (yes/no)? yes
 Warning: Permanently added 'xx.xx.xx.xx' (ECDSA) to the list of known hosts.
 root@(none):~# 

Otherwise:

 ssh root@xx.xx.xx.xx
 root@(none):~# 

2. References[edit source]

  1. [1] ifconfig