Not sure about libcurl though. But for PuTTY users, this can be useful if PuTTY issues warnings such as WARNING: Server public key has changed So there are SshHostKeys in the known_hosts window for PuTTY.
this is stored at location HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\SshHostKeys . A Registry Editor must be used to reach this location.
- go to start looking for
regedit - then you will see all the directories in the left panel under the computer
- just as this image says go to location
HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\SshHostKeys - location - then you can change how you want Known host parameters - delete the registry value if you see a warning:
WARNING: Server public key has changed - If necessary, you can check the contents of the
SshHostKeys file with this REG QUERY HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\SshHostKeys
And then the cache will be cleared. Will everything be new again for this particular entry
source share