Difference between revisions of "Ssh tunnel"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
2023-02-03 17:06:31.995 UTC [36921] postgres@postgres DETAIL: User "[[postgres]]" [[has no password assigned]] | 2023-02-03 17:06:31.995 UTC [36921] postgres@postgres DETAIL: User "[[postgres]]" [[has no password assigned]] | ||
+ | == Related == | ||
* <code>[[ssh -L]]</code> | * <code>[[ssh -L]]</code> | ||
* <code>[[~/.pg_service.conf]]</code> | * <code>[[~/.pg_service.conf]]</code> |
Revision as of 09:45, 6 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
ssh -N -f -L 1111:localhost:5432 [email protected]
2023-02-03 17:06:31.995 UTC [36921] postgres@postgres DETAIL: User "postgres" has no password assigned
Related
See also
- SSH:
ssh
, TLS,.ppk, .pem, .crt, .pub
, ED25519, Key exchange method (KEX), public key, private key,ssh -Q kex
,IAMUserSSHKeys
,known_hosts
, ssh tunnel, Dropbear
Advertising: