File: psql

package info (click to toggle)
openssh-known-hosts 0.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 180 kB
  • sloc: sh: 193; makefile: 7
file content (14 lines) | stat: -rw-r--r-- 392 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PLUGIN=psql
# from psql(1): psql returns 2 if the connection to the server went bad and
# the session was not interactive
EXIT_IGNORE=2

PGHOST=db.example.com
PGDATABASE=exampledb
PGSSLMODE=verify-full
PGSSLROOTCERT=/etc/ssl/certs/examplerootcert
PGUSER=exampleuser
PGPASSWORD=foobar # beware: will be readable from /proc/<pid>/environ, better:
PGPASSFILE=/path/to/.pgpass

TABLE=known_hosts