Maintenance du 13/02/2023

      Commentaires fermés sur Maintenance du 13/02/2023

Une interruption / maintenance ce 13 février 2023 a eu lieu pour migration des nœuds de calcul vers un nouveau système.

login.matrics.u-picardie.fr change !

Le système a changé et n’a pas la même empreinte. La connexion peut vous être impossible :

$ ssh Votre_login@login.matrics.u-picardie.fr
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: POSSIBLE DNS SPOOFING DETECTED! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
The ECDSA host key for login.matrics.u-picardie.fr has changed,
and the key for the corresponding IP address 194.57.107.34
is unchanged. 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.
Offending key for IP in /home/renault/.ssh/known_hosts:11
remove with:
ssh-keygen -f "/xxxxx/xxx/.ssh/known_hosts" -R "194.57.107.34"
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ 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:g/Ajd2zOEgahQJ9U50Tw0DnPGg5W2HuR9/WTFhxEUy0.
Please contact your system administrator.
Add correct host key in /home/renault/.ssh/known_hosts to get rid of this message.
Offending ECDSA key in /home/renault/.ssh/known_hosts:1
remove with:
ssh-keygen -f "/home/renault/.ssh/known_hosts" -R "login.matrics.u-picardie.fr"
ECDSA host key for login.matrics.u-picardie.fr has changed and you have requested strict checking.
Host key verification failed.

Solution sous Linux / MacOS :

Dans un terminal UNIX tapez :

$ ssh-keygen -f "$HOME/.ssh/known_hosts" -R "login.matrics.u-picardie.fr"

Solution sous Windows :

Dans un terminal « cmd » (Invite de commande) :

ssh-keygen -f "%HOMEDRIVE%%HOMEPATH%/.ssh/known_hosts" -R "login.matrics.u-picardie.fr"