-
Notifications
You must be signed in to change notification settings - Fork 9
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.
Read this before updating this wiki.