Setup SSH Access - openmrs/openmrs-contrib-itsmresources GitHub Wiki
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.