Skip to content

Commit 231789d

Browse files
authored
Fingerprint fix (#1005)
Add a better fingerprint troubleshooting
1 parent b2719b2 commit 231789d

File tree

1 file changed

+1
-2
lines changed
  • content/hardware/04.pro/boards/portenta-x8/tutorials/11.display-output-webgl

1 file changed

+1
-2
lines changed

content/hardware/04.pro/boards/portenta-x8/tutorials/11.display-output-webgl/content.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,5 @@ In this tutorial, we went through how to connect the board and display something
227227
- If you tried to connect with `ssh` and you get a **fingerprint** issue, you will need to remove the IP and fingerprint on your `.ssh` file. On Windows, the file is located at `C:\Users\<yourUsername>\.ssh\known_hosts` and try again with the **ssh** connection. An example is as follows:
228228

229229
```
230-
//<portentaX8-ip> <type> <fingerprint>
231-
192.168.50.8 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAasdaddgre<kopPOTYAAABBBM8EZPWPKdRRGHpSMosJM08R1d10G0h5g5rE4cNjXdJtYpmJNOR+X2FhNRpEdvyDGHfSomJepbaqBoRcCi0Y7M=
230+
$portenta-x8: ssh-keygen -R <name or IP address of the host>
232231
```

0 commit comments

Comments
 (0)