psql -h x.x.x.x -U airtime -d airtime
# - Connection Settings - listen_addresses = '*' # what IP address(es) to listen on; # comma-separated list of addresses; # defaults to 'localhost', '*' = all # (change requires restart) port = 5432 # (change requires restart)
homeserver@homeserver-linuxvm:~$ psql -h 192.168.1.245 -U airtime -d airtime psql: FATAL: kein pg_hba.conf-Eintrag f?r Host >>192.168.1.245<<, Benutzer >>airtime<<, Datenbank >>airtime<<, SSL an FATAL: kein pg_hba.conf-Eintrag f?r Host >>192.168.1.245<<, Benutzer >>airtime<<, Datenbank >>airtime<<, SSL aus
host all all 192.168.1.0/24 md5
It looks like you're new here. If you want to get involved, click one of these buttons!