According to this tutorial you need to run this command to generate key hash:
keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore | openssl sha1 -binary | openssl base64
When I do that it asks for a password. What password it needs?