I have a new Postgres database on RDS. I have set up the database to be Publicly Accessible so we can login via ssh. However we can do so without supplying a password. I want to force the user to have to login with a password.
All of my searches for solutions recommend editing .pgpass file but I don't think this applies to a Postgres database on RDS.
If anyone know how to do this I would greatly appreciate the help