Als ich mich testweise mit meinem Win11-Client per ssh verbinden wollte kam diese Meldung
Code: Alles auswählen
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ 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:D3dZqmRv9UwN158tr+yWDlSoCuzMT8yc87xLk15Nq+g.
Please contact your system administrator.
Add correct host key in C:\\Users\\******/.ssh/known_hosts to get rid of this message.
Offending ED25519 key in C:\\Users\\*******/.ssh/known_hosts:4
Host key for 192.168.2.28 has changed and you have requested strict checking.
Host key verification failed.
Hier der Ausschnitt der package-builder SSH-Ausgabe:
Code: Alles auswählen
[2025-04-07 10:45:54 AM] - --------------------ACTION: BUILD--------------------
[2025-04-07 10:45:54 AM] - Processing action...
[2025-04-07 10:45:54 AM] - Create process running marker file in project directory
[2025-04-07 10:45:54 AM] - File created: Z:\drag-n-drop\process_n65f8xj8.run
[2025-04-07 10:45:54 AM] - Trying to execute command: sh -c opsi-makepackage -v --no-md5 --no-zsync
[2025-04-07 10:45:54 AM] - Start SSH shell with full environment update / no pseudo TTY
[2025-04-07 10:45:54 AM] - ConnectionError("Error creating SSH connection --> Original error: ('192.168.2.28', <paramiko.ed25519key.Ed25519Key object at 0x0000020CBFBE64E0>, <paramiko.ed25519key.Ed25519Key object at 0x0000020CBF9F3BA8>)")
[2025-04-07 10:45:54 AM] - Set return code to RET_SSHCONNERR
weiß jemand, wie ich das lösen kann?