The issue is solved !<br /><br />Dropbear didn't accept to open a SSH access because the pubkey saved in authorized_keys in right format !<br /><br />My mistake is that until now, I used an old version of putty (&lt;0.61) and the public keys created by PUTYYgen haven't a format identical with those generated by dropbear:<br /><br />Before Putty release 0.61 , Putty inserts one &quot;=&quot; between encode pubkey and comment field! <br />Whilst, Dropbear inserts only one space.<br /><br />By confusion, I saved the dropbear pubkey in the old putty format.<br /><br />So, the key wasn't been found when an SSH access attempt by NAS1 in NAS2 !<br /><br /><br />