Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML How to Make a Website Sharing a Website Upload the Website

Devan McClelland
Devan McClelland
1,297 Points

Cyberduck Error: unknown fingerprint?

After entering the necessary information and clicking connect, I receive the following error message:

"unknown fingerprint"

Should I click ALLOW?

2 Answers

James Barnett
James Barnett
39,199 Points

If this is the first time you've connected to a machine via SFTP then that's correct if you've connected to that machine via SFTP before then it means the public key has changed.


Which is like using your key and it not opening a door. You could have the wrong door like you went to the wrong room or someone could have changed the locks. If someone gets a new door, e.g. reinstalls OpenSSH then it will generate a new private SSH key.

Of course, it's possible due to the way the Internet works someone could be pretending to be the server you are looking for.

The only way to tell the difference between the owner of the server getting a new "door" and someone "pretending" to be the server is to ask the person who owns the server.

Good explanation. This happens to me a lot when I destroy and recreate a DO droplet and it provides the same IP address. I usually have to delete the .ssh folder so it will accept again.

Devan McClelland
Devan McClelland
1,297 Points

Thank you for the resources! I have a lot of terminology to learn, but these resources are putting some ot the pieces together.