From ef0f4b5144fd85465f6a94286b2d67cdb271be0e Mon Sep 17 00:00:00 2001 From: karen Carias Date: Sun, 13 Sep 2015 21:34:31 -0700 Subject: note about global keys --- doc/ssh/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/ssh/README.md b/doc/ssh/README.md index 7cdcd11c04c..cb4c46edbf0 100644 --- a/doc/ssh/README.md +++ b/doc/ssh/README.md @@ -72,6 +72,9 @@ 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. +Deploy keys are added by project. It is not possible yet to have default +or global deploy keys. + ## Applications ### Eclipse -- cgit v1.2.1 From ca95842f9483b85a8c0e7735961a56136c783b1b Mon Sep 17 00:00:00 2001 From: karen Carias Date: Thu, 17 Sep 2015 09:40:46 -0700 Subject: fixed text --- doc/ssh/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/ssh/README.md b/doc/ssh/README.md index cb4c46edbf0..7b294a70fe7 100644 --- a/doc/ssh/README.md +++ b/doc/ssh/README.md @@ -72,8 +72,7 @@ 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. -Deploy keys are added by project. It is not possible yet to have default -or global deploy keys. +Deploy keys can be shared between projects, you just need to add them to each project. ## Applications -- cgit v1.2.1