Couldn’t log in with IP or umbrel.local but could ssh in.
Re-flashed and still can’t get to dashboard so then I try to ssh in and now I get this message.
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: POSSIBLE DNS SPOOFING DETECTED! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
The ECDSA host key for umbrel.local has changed,
and the key for the corresponding IP address fe80::27af:ff69:bf50:cc79%en0
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:rLfg/RKllPkJHKZDlPvupeP5M3qm7HbNpTmwC4ABdfU.
Please contact your system administrator.
Add correct host key in /Users/ryanb/.ssh/known_hosts to get rid of this message.
Offending ECDSA key in /Users/ryanb/.ssh/known_hosts:2
ECDSA host key for umbrel.local has changed and you have requested strict checking.
Host key verification failed.
@louneskmt you can rename this topic to something like @ WARNING: POSSIBLE DNS SPOOFING DETECTED! @, that can be useful to searches, as this issue is very common.
That is your path on Mac. @louneskmt took the path from your post that came from your Mac telling you where the file is located. If you’re trying to find the file in Finder, you must enable hidden files to see it because it begins with period. Open Finder, go to your home directory ryanb and press Shift-Command-. (period), you’ll find .ssh directory.
Another way of doing it is through Terminal, type ls -a will show you hidden and non-hidden files/directories. Quickest way to do it is nano ~/.ssh/known_hosts remove the line with Ctrl+K, save with Ctrl+X, Y, return
Antonios-MBP:~ antonio$ ssh -t umbrel@umbrel.local
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: POSSIBLE DNS SPOOFING DETECTED! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
The ECDSA host key for umbrel.local has changed,
and the key for the corresponding IP address 192.168.1.130
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:lQvRtBS+pemdid84KhZxhnIEGFNIhk6h1tOCTDvgIK8.
Please contact your system administrator.
Add correct host key in /Users/antonio/.ssh/known_hosts to get rid of this message.
Offending ECDSA key in /Users/antonio/.ssh/known_hosts:1
ECDSA host key for umbrel.local has changed and you have requested strict checking.
Host key verification failed.
Could I get help please I’m trying to connect the the SSH so I can change my username on my node
Is there before and after command prompt screen examples I could use. I see the known_hosts part in the Alert I get in response to me ssh into Umbrel, but how do I go about ‘deleting that file’.
Your path to the file looks wrong. I believe it should be C:\Users\itadmin\ssh\known_hosts
Based on the response from SSH, it’s attempting to resolve the hostname “known_hosts” as if you gave it the command ssh known_hosts if you’re trying to delete the file, you can use Windows Explorer to navigate to that directory and delete the file.