Difference between revisions of "Ssh tunnel"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
ssh -L 1111:localhost:5432 [email protected] | ssh -L 1111:localhost:5432 [email protected] | ||
psql -h localhost -p 1111 -U your-db-username database-name | psql -h localhost -p 1111 -U your-db-username database-name | ||
+ | |||
+ | |||
+ | |||
+ | 2023-02-03 17:06:31.995 UTC [36921] postgres@postgres DETAIL: User "[[postgres]]" [[has no password assigned]] |
Revision as of 17:08, 3 February 2023
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
2023-02-03 17:06:31.995 UTC [36921] postgres@postgres DETAIL: User "postgres" has no password assigned
Advertising: