By default, Google Cloud Platform creates virtual machine instance without a root password. You have to set it yourself.
Run sudo passwd
command and follow the instructions.
If you do everything correctly, it should do something like this:
$ sudo passwd Enter new UNIX password: Retype new UNIX password: passwd: password updated successfully