diff options
author | Karen Carias <karen@gitlab.com> | 2015-04-14 22:31:26 +0000 |
---|---|---|
committer | Karen Carias <karen@gitlab.com> | 2015-04-14 22:31:26 +0000 |
commit | 9a139fb92df42f8625a86a7c2d822b33ab077fd1 (patch) | |
tree | ff7342a2e49166167dda93dddb6c6653e88591b8 /doc | |
parent | cac6f0e20b348475d5c8aff53da364d07356ba51 (diff) | |
download | gitlab-ce-9a139fb92df42f8625a86a7c2d822b33ab077fd1.tar.gz |
Add application section to SSH documentation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ssh/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ssh/README.md b/doc/ssh/README.md index 0acb15896d3..0acf92fbf54 100644 --- a/doc/ssh/README.md +++ b/doc/ssh/README.md @@ -71,3 +71,9 @@ 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. + +## Applications + +### Eclipse + +How to add your ssh key to Eclipse: http://wiki.eclipse.org/EGit/User_Guide#Eclipse_SSH_Configuration |