From f531f8fc369af11a8d0f1a179e35bc8b5c9947cb Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Thu, 17 Apr 2014 23:08:07 -0400
Subject: [PATCH] [findbugs] Remove dead code in GitblitParamUrlCodingStrategy

---
 src/site/setup_transport_ssh.mkd |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/src/site/setup_transport_ssh.mkd b/src/site/setup_transport_ssh.mkd
index a671e5a..7b53624 100644
--- a/src/site/setup_transport_ssh.mkd
+++ b/src/site/setup_transport_ssh.mkd
@@ -80,7 +80,14 @@
 
     ssh -l <username> -p 29418 <hostname> keys remove ALL
 
-### SSH Command Plugins
+##### keys permission
 
-Gitblit supports loading custom SSH command plugins.
+You may control the access permission for each SSH key.  This is more of a safety feature than a security measure.
+
+| Permission | Description                                     |
+| ---------- | ----------------------------------------------- |
+| V          | SSH key may not be used for clone/fetch or push |
+| R          | SSH key may be used to clone/fetch              |
+| RW         | SSH key may be used to clone/fetch and push     |
+
 

--
Gitblit v1.9.1