I am trying to connect to a Postgres database at my DigitalOcean instance via PgAdmin 4.
I create an SSH tunnel as root, provide the PgAdmin with my identify file. I want to login into database as postgres user which doesn't have a password.
So PgAdmin doesn't let me log in and requires the password for the postgres user.
Does user postgres have to have a password if I want to connect via SSH tunnel? Is it possible? And what should I do in order to connect?

