Hello Nicolas,
All of Google Compute Engine's Debian images require users to change the configuration within the VM before password-based authentication will work. Since no passwords are in place by default, the current 20140807 Debian images are not an exception to this, although the PasswordAuthentication setting in /etc/ssh/sshd_config is different from before. That said, upcoming Debian images will once again disable the PasswordAuthentication setting, matching the relevant SSH configuration of our prior images.
One defense-in-depth security feature worth noting is that PermitRootLogin without-password, visible in those of our images which use OpenSSH packages from backports, forbids password-based SSH authentication to root even if that authentication method is otherwise enabled for other accounts. Earlier this year Debian switched the default value of this setting from yes to without-password for new installs in their next major release (Debian 8), and our Debian 7 backports images include this change.
Thanks for your inquiries, and for using Google Compute Engine.
- Jimmy