Pokaż PGHBA

#psql
SHOW hba_file;

#bash
psql -t -P format=unaligned -c 'show hba_file';

#make sure you restart
sudo service postgresql restart
Lazy Lizard