Access other server postgresIn postgres serverfinding pg_hab.confyou can find with next command# login with sudo user # you can skip but you have to write sudo command sudo -s # finding pg_hba find / -type f -name "pg_hba.conf" edit setting in pg_hab.conf# go to pg_hab.conf dir # it's different between psql install dir cd /etc/postgresql/9.3/main # open pg_hba.conf vim pg_hba.conf Add following ..