> echo "listen_addresses = '*'" >> /etc/postgresql/16/main/pg_hba.conf > echo "host replication all 0.0.0.0/0 scram-sha-256" >> /etc/postgresql/16/main/pg_hba.conf > echo "host replication all ::/0 scram-sha-256" >> /etc/postgresql/16/main/pg_hba.conf > echo "host all all 0.0.0.0/0 scram-sha-256" >> /etc/postgresql/16/main/pg_hba.conf > echo "host all all ::/0 scram-sha-256" >> /etc/postgresql/16/main/pg_hba.conf