From 257aa851d27076453b2dcfee2cc77a75f0e05acf Mon Sep 17 00:00:00 2001 From: dosire Date: Tue, 18 Mar 2014 16:24:49 +0100 Subject: Deploy key needed documentation. --- doc/ssh/deploy_keys.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/ssh/deploy_keys.md diff --git a/doc/ssh/deploy_keys.md b/doc/ssh/deploy_keys.md new file mode 100644 index 00000000000..245d71ed9a5 --- /dev/null +++ b/doc/ssh/deploy_keys.md @@ -0,0 +1,7 @@ +Deploy keys allow read-only access one or multiple projects with a single SSH key. + +This is really useful for cloning repositories to your Continuous Integration (CI) server. By using a deploy keys you don't have to setup a dummy user account. + +If you are a project master or owner you can add a deploy key in the project settings under the section Deploy Keys. Press the 'New Deploy Key' button and upload a public ssh key. After this the machine that uses the corresponding private key has read-only access to the project. + +You can't add the same deploy key twice with the 'New Deploy Key' option. 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'. You need to be the owner of the deploy key to see it in this list. -- cgit v1.2.1 From d09f5796bff136c463edf45f621fab6cfeb660b6 Mon Sep 17 00:00:00 2001 From: dosire Date: Tue, 18 Mar 2014 16:25:54 +0100 Subject: Split up the lines for Jacob. --- doc/ssh/deploy_keys.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/ssh/deploy_keys.md b/doc/ssh/deploy_keys.md index 245d71ed9a5..56fe98bb101 100644 --- a/doc/ssh/deploy_keys.md +++ b/doc/ssh/deploy_keys.md @@ -1,7 +1,12 @@ Deploy keys allow read-only access one or multiple projects with a single SSH key. -This is really useful for cloning repositories to your Continuous Integration (CI) server. By using a deploy keys you don't have to setup a dummy user account. +This is really useful for cloning repositories to your Continuous Integration (CI) server. +By using a deploy keys you don't have to setup a dummy user account. -If you are a project master or owner you can add a deploy key in the project settings under the section Deploy Keys. Press the 'New Deploy Key' button and upload a public ssh key. After this the machine that uses the corresponding private key has read-only access to the project. +If you are a project master or owner you can add a deploy key in the project settings under the section Deploy Keys. +Press the 'New Deploy Key' button and upload a public ssh key. +After this the machine that uses the corresponding private key has read-only access to the project. -You can't add the same deploy key twice with the 'New Deploy Key' option. 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'. You need to be the owner of the deploy key to see it in this list. +You can't add the same deploy key twice with the 'New Deploy Key' option. +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'. +You need to be the owner of the deploy key to see it in this list. -- cgit v1.2.1