Last edited 7 months ago

How to perform ssh connection

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

1. Purpose[edit | edit source]

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

1.1. Perform ssh connection[edit | 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 | edit source]

  1. [1] ifconfig