jha03
Posts: 3
Joined: Sun Apr 12, 2020 2:17 pm

Raspberry pi 4 bloqué

Sun Apr 12, 2020 2:26 pm

Bonjour

Apres avoir perdue le pass du Raspberry quand je me connecte avec mo Mac via Terminal j'ai

Last login: Sun Apr 12 16:09:25 on ttys000
MacBook-Pro-de-jha:~ jha03500$ ssh pi@raspberrypi.local
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: POSSIBLE DNS SPOOFING DETECTED! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
The ECDSA host key for raspberrypi.local has changed,
and the key for the corresponding IP address 2a01:e0a:279:52f0:8221:74f8:addb:4a56
is unknown. This could either mean that
DNS SPOOFING is happening or the IP address for the host
and its host key have changed at the same time.
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ 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 ECDSA key sent by the remote host is
SHA256:iH+moQYJbdM6V0QQza2mYY8E38fr3nOu8RKSiNBqhgc.
Please contact your system administrator.
Add correct host key in /Users/jha03500/.ssh/known_hosts to get rid of this message.
Offending ECDSA key in /Users/jha03500/.ssh/known_hosts:1
ECDSA host key for raspberrypi.local has changed and you have requested strict checking.
Host key verification failed.
MacBook-Pro-de-jha:~ jha03500$

Avez vous une solution ?

Merci

jelopo
Posts: 1601
Joined: Wed Oct 17, 2012 7:53 pm

Re: Raspberry pi 4 bloqué

Mon Apr 13, 2020 8:28 am

Bonjour,

Ce n'est pas qu'un problème de mot de passe, les clé SSH du HOST, ou son adresse IP on visiblement changées.

Essayer de passer ces commandes sur le MAC pour effacer l'ancienne référence au PI dans le fichier known_hosts avant de retenter un connexion.

Code: Select all

ssh-keygen -R  2a01:e0a:279:52f0:8221:74f8:addb:4a56
ssh-keygen -R raspberrypi.local
A+

jha03
Posts: 3
Joined: Sun Apr 12, 2020 2:17 pm

Re: Raspberry pi 4 bloqué

Wed Apr 15, 2020 11:16 am

Bonjour et Merci

Je travail loin de chez moi , et j’ai du laisser mon mac à mes enfants, pour les devoirs 📚
Confinement 😅
Je fais ça ce week-end et je te tiens au courant

Encore merci

jha03
Posts: 3
Joined: Sun Apr 12, 2020 2:17 pm

Re: Raspberry pi 4 bloqué

Sat Apr 18, 2020 7:27 am

Bonjour et encore Merci :P

ça n'a pas marché j'étais connecter en rj45 ,là je suis passé en Wifi comme l'ip est pas le même je peu passé par là :)

Return to “Français”