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>