I work with a PostgreSQL database that sits behind two SSH logins. The first machine is accessible from the Internet. The second machine is accessible only by SSH and only from the first machine. How can I tunnel through SSH all the way to the database server so that I can manage the database using PGAdminIII from my PC?
Expert's answern/a |