summaryrefslogtreecommitdiffstats
path: root/src/site/setup_transport_ssh.mkd
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2014-04-15 08:34:50 -0400
committerJames Moger <james.moger@gitblit.com>2014-04-15 08:34:50 -0400
commit2d73a0350d9745668d65a53cbcc776f933380f6a (patch)
tree5b7e8a6d85480778cc83d352d6c721f9f64b603f /src/site/setup_transport_ssh.mkd
parent027267ac5fac0f205f5cca3fac0c57ce013bbc3e (diff)
downloadgitblit-2d73a0350d9745668d65a53cbcc776f933380f6a.tar.gz
gitblit-2d73a0350d9745668d65a53cbcc776f933380f6a.zip
Documentation
Diffstat (limited to 'src/site/setup_transport_ssh.mkd')
-rw-r--r--src/site/setup_transport_ssh.mkd11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/site/setup_transport_ssh.mkd b/src/site/setup_transport_ssh.mkd
index a671e5af..7b53624b 100644
--- a/src/site/setup_transport_ssh.mkd
+++ b/src/site/setup_transport_ssh.mkd
@@ -80,7 +80,14 @@ You can also remove all your public keys from your account.
ssh -l <username> -p 29418 <hostname> keys remove ALL
-### SSH Command Plugins
+##### keys permission
+
+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 supports loading custom SSH command plugins.