Daniel LaRusso
Occasional Visitor
I realize that I have to delete the offending key, I've tried to do that with the "ssh-keygen -R [192.168.X.X]port#," but my mac just states that the hostname is not found. Any thoughts?
I got that too. Was coming from 384.19 and have seen that before with other FW updates.
Is it not prompting you to accept the new key?
I can confirm that. Happened while logging in with PuTTY and WinSCP too. It's not unusual after updating fw imho.I got that too. Was coming from 384.19 and have seen that before with other FW updates.
On a Mac you could also use Go to Folder in the Finder to delete the known_hosts file you'll find there.
Go to:
/Users/Username/.ssh/
sudo nano /Users/YourUserName/.ssh/known_hosts
Move to line of device you want to delete and type Ctrl-k
Type Ctrl-x
Type y
-R hostname | [hostname]ort
Removes all keys belonging to the specified hostname (with optional port number) from a known_hosts
file. This option is useful to delete hashed hosts (see the -H option above).
On the Mac it should also be possible to run ssh-keygen -R to remove the router entry:
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!