ssh tunnel
Jump to navigation
Jump to search
https://stackoverflow.com/questions/16835761/postgresql-via-ssh-tunnel
ssh -L 1111:localhost:5432 [email protected] psql -h localhost -p 1111 -U your-db-username database-name
Advertising: