Hi,
I have figured it out:
http://stackoverflow.com/questions/32332045/gitlab-api-add-ssh-key
http://unix.stackexchange.com/questions/136894/command-line-method-or-programmatically-add-ssh-key-to-github-com-user-account
# curl -k -X POST -F "private_token=gfr45ffddfdfdx" -F "title=TestKey1"
Hi,
I am using gitlab-ce-8.9.5-ce.0.el6.x86_64.rpm.
I am trying to add ssh keys to my gitlab server via command line and I am
having issues.
I know how to add the key via the GitLab UI, but I am trying to automate
it. For example, I have to add about 100 ssh keys. I don't want to have to
do