Skip to content

Setup SSH Access

cintiadr edited this page Aug 5, 2019 · 2 revisions

It should be done in ansible

First, find the server in https://docs.openmrs.org/infrastructure/vms.html. Go to hostvars and find the file vars for the relevant host.

Add the user at the top, with the following format:

  users:
   <openmrs_id>:
   comment: '<Full Name>'
   groups: 'admin'
   ssh_key: "<full public key>"

Create a pull request to Cintia/Burke.

We'll merge and deploy ansible.

Clone this wiki locally