php - I NetBeans, can I somehow store the RSA key fingerprint of the remote server or not have NetBeans confirm the key before taking action? -


i'm using netbeans 6.9 php plugin , php application remote server project. however, every time upload or download it, i'm prompted warning reads:

the authenticity of host x can't established. rsa key fingerprint y. sure want continue connecting?

i'm connecting own server, yes, trust it. getting popup annoying , able have way of either checking key against stored key , telling me if key changes or connecting server tell to, regardless of rsa key fingerprint.

you can create empty file , set known hosts file in manage remote connections window. next time tell netbeans connect anyway, save fingerprint in file , stop bothering you. think it's safe assume if key changes, prompted again.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -