Commit 303d131102d84dfc4514c575e9e41de3de6ea76e

Authored by Dmitriy Zaporozhets
2 parents e013be10 d09f5796

Merge branch 'deploy-key-doc' into 'master'

Deploy Key Doc

/cc @marin @job @jacobvosmaer
Showing 1 changed file with 12 additions and 0 deletions   Show diff stats
doc/ssh/deploy_keys.md 0 → 100644
... ... @@ -0,0 +1,12 @@
  1 +Deploy keys allow read-only access one or multiple projects with a single SSH key.
  2 +
  3 +This is really useful for cloning repositories to your Continuous Integration (CI) server.
  4 +By using a deploy keys you don't have to setup a dummy user account.
  5 +
  6 +If you are a project master or owner you can add a deploy key in the project settings under the section Deploy Keys.
  7 +Press the 'New Deploy Key' button and upload a public ssh key.
  8 +After this the machine that uses the corresponding private key has read-only access to the project.
  9 +
  10 +You can't add the same deploy key twice with the 'New Deploy Key' option.
  11 +If you want to add the same key to another project please enable it in the list that says 'Deploy keys from projects available to you'.
  12 +You need to be the owner of the deploy key to see it in this list.
... ...