Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordosire <sytses@gmail.com>2014-04-01 12:28:55 +0400
committerdosire <sytses@gmail.com>2014-04-01 12:28:55 +0400
commit799361a389f890620bd11d75f2fae5a6aa4fc9e6 (patch)
treea373d4d1b5f014a5b8f756cf78aadf385ce3d73a
parentb98bd5c8d07adab118775e9dc8aaf62fae733c38 (diff)
SSH section was missing in doc and corrected the deploy key section.
-rw-r--r--doc/README.md1
-rw-r--r--doc/ssh/README.md2
-rw-r--r--doc/ssh/deploy_keys.md2
3 files changed, 4 insertions, 1 deletions
diff --git a/doc/README.md b/doc/README.md
index 865806f297a..99a0d678cdf 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -11,6 +11,7 @@
+ [Raketasks](raketasks/README.md)
+ [Release](release/README.md)
+ [Security](security/README.md)
++ [SSH](ssh/README.md)
+ [System hooks](system_hooks/system_hooks.md)
+ [Update](update/README.md)
+ [Web hooks](web_hooks/web_hooks.md)
diff --git a/doc/ssh/README.md b/doc/ssh/README.md
new file mode 100644
index 00000000000..76d9e8bb075
--- /dev/null
+++ b/doc/ssh/README.md
@@ -0,0 +1,2 @@
++ [Deploy keys](deploy_keys.md)
++ [SSH](ssh.md)
diff --git a/doc/ssh/deploy_keys.md b/doc/ssh/deploy_keys.md
index 56fe98bb101..c7125b7949e 100644
--- a/doc/ssh/deploy_keys.md
+++ b/doc/ssh/deploy_keys.md
@@ -9,4 +9,4 @@ After this the machine that uses the corresponding private key has read-only acc
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.
+All the deploy keys of all the projects you have access to are available. This project access can happen through being a direct member of the project or through a group. See `def accessible_deploy_keys` in `app/models/user.rb` for more information.