You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 2, 2018. It is now read-only.
We need a key pair for each mathhub docker, so that the worker can commit to gl.mathhub.info. The current solution in lmh, i.e. to copy the user's key pair into the lmh docker is not acceptable. We need a key configuration dialog in MathHub that guides the new user through this.
generate a ssh key
prompt the user to copy it to https://gl.kwarc.info or better use the GitLab API for doing this directly, so that the user only needs to authenticate.
The text was updated successfully, but these errors were encountered:
We could mount a directory from the real system with existing ssh keys in the right place (this is also an issue for localmh_docker). We should also keep ssh passphrases in mind, see MathHubInfo/Legacy-localmh-docker#10
We need a key pair for each mathhub docker, so that the worker can commit to gl.mathhub.info. The current solution in
lmh
, i.e. to copy the user's key pair into thelmh
docker is not acceptable. We need a key configuration dialog in MathHub that guides the new user through this.The text was updated successfully, but these errors were encountered: