Commit 799361a389f890620bd11d75f2fae5a6aa4fc9e6

Authored by dosire
1 parent b98bd5c8

SSH section was missing in doc and corrected the deploy key section.

doc/README.md
... ... @@ -11,6 +11,7 @@
11 11 + [Raketasks](raketasks/README.md)
12 12 + [Release](release/README.md)
13 13 + [Security](security/README.md)
  14 ++ [SSH](ssh/README.md)
14 15 + [System hooks](system_hooks/system_hooks.md)
15 16 + [Update](update/README.md)
16 17 + [Web hooks](web_hooks/web_hooks.md)
... ...
doc/ssh/README.md 0 → 100644
... ... @@ -0,0 +1,2 @@
  1 ++ [Deploy keys](deploy_keys.md)
  2 ++ [SSH](ssh.md)
... ...
doc/ssh/deploy_keys.md
... ... @@ -9,4 +9,4 @@ After this the machine that uses the corresponding private key has read-only acc
9 9  
10 10 You can't add the same deploy key twice with the 'New Deploy Key' option.
11 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.
  12 +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.
... ...