#Can't ssh after update
1 messages · Page 1 of 1 (latest)
Take a look at the FAQs
Is it safe to factory reset my device?, How do I remove all third party software from my device?, Can I downgrade to a different OS version?, How get back to stable after installing the beta?, Can ...
Figured that was the problem but I don't know which line in the known hosts to remove. The ip address isn't in there
It should be, otherwise it'll be asking you if you trust the host
It will be the actual IP address used, not the name you gave in your config file if you've done that
That is an option, although you wont be warned if other SSH hosts suddenly have their host keys change
Are you using usb or wifi to connect?
Wifi. I renamed the known_hosts file and it worked
When I grep either address from my known_hosts file, it finds them
So something may have been wrong with your grep?
When I within the knownhost file itself I don't see any ip address at all. It's weird
The format is hostname,ipaddress format key where hostname, or ,ipaddress are optional
It could be using the ipv6 address if your network supports it
If you are using a nonstandard port, it'll do [ipaddress]:port
It looks like the initial values are encoded for some reason
It could be encrypted?
Ah, hashed
Perfect. Thanks