

You need some “out of band” method to compare the key fingerprint presented to PuTTY with the fingerprint of the public key on the server you wish to log into. This is due to the possibility that someone could be eavesdropping on your connection and posing as the server you are trying to log into. PuTTY is asking you to verify that the server you’re logging into is who it says it is. If you haven’t logged into your Linode with PuTTY before, you will receive a warning similar to the following: The “Forwarded ports” list should now contain an entry like the one shown below.Ĭlick the “Open” button to start your connection. Enter “127.0.0.1:5432” in the “Destination” field, and click the “Add” button.
PGADMIN 4 CONNECT TO DATABASE INSTALL
Although PostgreSQL uses 5432 for TCP connections, you’ll want to specify 5433 as the port number in case you decide to install PostgreSQL locally later on. Open the “Connection -> SSH -> Tunnels” screen. You’ll be greeted with the “Session” dialog shown below enter your Linode’s IP address or FQDN in the “Host Name” field.

For this reason, you’ll be using PuTTY (a free SSH client) to create a secure SSH tunnel to your Linode. While PostgreSQL supports SSL connections, it is not advisable to instruct it to listen on public IP addresses unless absolutely necessary.

Next, you’ll configure an SSH tunnel to securely connect to your remote database server. If you’re running Windows Vista or Windows 7, you may receive the following warning dialog. You will be prompted to specify which features you want to install. Read the license agreement and check the box below it to accept the terms. You’ll be greeted with the following screen click “Next” to continue. Save the installer to your desktop and launch it. PgAdmin download page to obtain the most recent version of the program. It is assumed that you have already installed PostgreSQL on your Linode in accordance with our This guide will help you install pgAdmin on Windows, providing secure, remote access to PostgreSQL databases. It offers database server information retrieval, development, testing, and ongoing maintenance.
PGADMIN 4 CONNECT TO DATABASE MAC OS
PgAdmin is a free, open-source PostgreSQL database administration GUI for Microsoft Windows, Mac OS X, and Linux systems.
