Commit d09f5796bff136c463edf45f621fab6cfeb660b6
1 parent
257aa851
Exists in
spb-stable
and in
3 other branches
Split up the lines for Jacob.
Showing
1 changed file
with
8 additions
and
3 deletions
Show diff stats
doc/ssh/deploy_keys.md
1 | 1 | Deploy keys allow read-only access one or multiple projects with a single SSH key. |
2 | 2 | |
3 | -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. | |
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. | |
4 | 5 | |
5 | -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. | |
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. | |
6 | 9 | |
7 | -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. | |
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. | ... | ... |