After messing things up so badly, I had to reinstall US18.04. Here is the warning message I get:
I attempted to delete hosts:1 and rename hosts:2 to hosts:1 since I assume the reinstall ECDSA host key would be in hosts:2. My challenge is there is no /home/mark/.ssh/known_hosts:1 or 2 directories. Is my goal to delete hosts:1 and rename hosts:2 correct? If so, how do I do it?
Code:
mark@AMD-64:/$ ssh mark@nas-64 Warning: the ECDSA host key for 'nas-64' differs from the key for the IP address '2600:1700:e770:b7e0:ec4:7aff:fe4a:221b' Offending key for IP in /home/mark/.ssh/known_hosts:1 Matching host key in /home/mark/.ssh/known_hosts:2 Are you sure you want to continue connecting (yes/no)?
Comment