I'm currently using NetBeans 6.9 with the PHP plugin and a PHP Application from Remote Server project. However, every time I upload or download with it, I'm prompted with a warning that reads:

The authenticity of host x can't be established. RSA key fingerprint is y. Are you sure you want to continue connecting?

I'm connecting to my own server, so yes, I always trust it. Getting that popup is annoying and I would like to be able to simply have a way of either checking the key against a stored key and telling me if the key changes or just connecting to the server I tell it to, regardless of the RSA key fingerprint.

link|improve this question

FWIW, it's the same in NetBeans 6.8. – Mike Jul 25 '10 at 11:47
Might be nice to migrate this to superuser.com – Sonny Oct 19 '10 at 16:01
2  
@Sonny - No, since it's about a tool. From the FAQ on what questions to ask here: "software tools commonly used by programmers" – Thomas Owens Oct 20 '10 at 10:31
Thanks. I guess I've been asking my NetBeans questions on the wrong site then. – Sonny Oct 20 '10 at 17:20
feedback

1 Answer

up vote 14 down vote accepted

You can create an empty file and set it as the Known Hosts File in the Manage Remote Connections window. The next time you tell NetBeans to connect anyway, it will save the fingerprint in that file and stop bothering you. I think it's safe to assume that if the key changes, you will be prompted again.

link|improve this answer
That worked for me. I just made a text file, called it "Known Hosts File", put it in the directory where I throw all of my NetBeans projects, and then set the Known Hosts File in the Manage Remote Connections window to be that file. After I said "yes" to make a connection, it wrote the host information to that file and never prompted me again. Thanks. – Thomas Owens Jul 25 '10 at 12:11
oh yeah - thanks dude, works good for me – zeusakm May 24 '11 at 10:24
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.