From 799361a389f890620bd11d75f2fae5a6aa4fc9e6 Mon Sep 17 00:00:00 2001 From: dosire Date: Tue, 1 Apr 2014 10:28:55 +0200 Subject: SSH section was missing in doc and corrected the deploy key section. --- doc/ssh/README.md | 2 ++ doc/ssh/deploy_keys.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 doc/ssh/README.md (limited to 'doc/ssh') 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. -- cgit v1.2.3