ssh username@remote_host
Replace 'username' with your actual username and 'remote_host' with the IP address or hostname of the remote server.
For example:
ssh [email protected]
podman exec -it postgres-container bash
You can replace “postgres-container” with another container name.
psql -U your_db_username -d your_db_name