Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The data edit tool is a Microsoft Access application that allows an administrator to directly edit distribution information.

It connects to the associated production instance as root, so it provides nearly unrestricted to the instance and is therefore very insecure and dangerous.

The main steps to configure the data edit tool for a specific PC are:

  1. Download and configure PuTTY (provides SSL connection to AWS instance.
  2. Create ODBC connection to postgres
  3. Install the data edit tool and run it using Access.

 

Configure Putty

Download PuTTY from http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

Run PuTTY and configure per below.  Notice that the highlighted category is a very light grey.

Configure Session

The username for dedicated AWS instances is root and it is ec2-user for instances running on docker.

Examples: ec2-user@benin-training.openlmis.org or root@selv.villagereach.org

Session Configuration - SELV

All the remaining editing is in the the connection category.

Configure SSH Category

Note that all the options below are defaults.  I'm including it in here in case they change.

Configure Auth Category

Here you most specify where the key file is used for security:

 

Configure Tunnels Category

Postgres uses port 5432, so the source port is 9738 (this port will be used when configuring the ODBC connection later) and the destination port is localhost:5432.

 

 

 

 

  • No labels