ssh-key-authority icon indicating copy to clipboard operation
ssh-key-authority copied to clipboard

Could you provide detailed installation steps.

Open devopsadmin-james opened this issue 6 years ago • 2 comments

could you provide detailed installation steps for this centralized ssh server as going by just requirement is bit vague, as what and where to put specific changes for ldap and other settings.

run docker version of this also from this url "https://hub.docker.com/r/toendeavour/ssh-key-authority", but ran into following problem/errors.

config.ini not found or incorrect permissions. Permissions must be 100:65533 with at least 400

If you could provide latest working installation step for all requirements, it will very helpful. Thanks.

devopsadmin-james avatar Oct 06 '19 05:10 devopsadmin-james

I am getting the same error after running:

sudo docker run toendeavour/ssh-key-authority

I see:

config.ini not found or incorrect permissions.
Permissions must be 100:65533 with at least 400

jamesspittal avatar Nov 07 '19 01:11 jamesspittal

Find the volume for the docker instance, copy config-sample.ini to config.ini, make the required config changes, create public and private keys and set the permissions according the the notification message you specified.

joolli avatar Nov 09 '20 12:11 joolli