Problème connexion SSH

Bonjour, j’ai installer l’image sur ma clé USB avec imager mais je n’arrive pas à me connecter en SSH
Windows PowerShell
Copyright (C) Microsoft Corporation. Tous droits réservés.

Installez la dernière version de PowerShell pour de nouvelles fonctionnalités et améliorations ! Migrating from Windows PowerShell 5.1 to PowerShell 7 - PowerShell | Microsoft Learn

PS C:\Users\phili> ssh pi@192. 168.1.218
ssh: connect to host 192.168.1 .218 port 22: Connection timed out
PS C:\Users\phili> ssh -p 22 pi@192.168.1.218
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that a host key has just been changed.
The fingerprint for the ED25519 key sent by the remote host is
SHA256:XgEjl9OMhPWiQxN0E1435VnpWLC6pbdy/nOaoijMHz8.
Please contact your system administrator.
Add correct host key in C:\Users\phili/.ssh/known_hosts to get rid of this message.
Offending ED25519 key in C:\Users\phili/.ssh/known_hosts:1
Host key for 192.168.1.218 has changed and you have requested strict checking.
Host key verification failed.
PS C:\Users\phili> ssh philippe@192. 168.1.218
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that a host key has just been changed.
The fingerprint for the ED25519 key sent by the remote host is
SHA256:XgEjl9OMhPWiQxN0E1435VnpWLC6pbdy/nOaoijMHz8.
Please contact your system administrator.
Add correct host key in C:\Users\phili/.ssh/known_hosts to get rid of this message.
Offending ED25519 key in C:\Users\phili/.ssh/known_hosts:1
Host key for 192.168.1.218 has changed and you have requested strict checking.
Host key verification failed.
PS C:\Users\phili>

Il ne faut pas utiliser le SSH inclus dans Windows, mais bien Putty. Le SSH de Windows ne marche pas très bien avec Linux/Raspberry Pi.

Bonjour,

Lorsque tu te connectes à un serveur SSH, tu récupères la clés Publiques dans ton fichier.

L’erreur WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! t’indiques la clé SSH pour l’IP sur laquel tu te connectes est différentes de celle que tu disposes. (Ancienne clé = Ancienne Version de raspberry avant réinstallation)

Ce que je te conseil: Renommer le fichier C:\Users\phili/.ssh/known_hosts en known_hosts_old

Ensuite télécharge l’utilitaire mremotng car c’est un très bon logiciel pour la gestion de machine Linux (SSH) et Windows (RDP) .