From 5485da49b04bb139d28d42fe8f3d371915e79a3d Mon Sep 17 00:00:00 2001 From: Fabrice Bacchella <fbacchella@spamcop.net> Date: Mon, 04 May 2015 05:52:12 -0400 Subject: [PATCH] Adding Kerberos5/GSS authentication to ssh Adding the possibility to define authentication method order for ssh --- src/site/setup_clientmenus.mkd | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/site/setup_clientmenus.mkd b/src/site/setup_clientmenus.mkd index c40c3b2..324df69 100644 --- a/src/site/setup_clientmenus.mkd +++ b/src/site/setup_clientmenus.mkd @@ -7,7 +7,8 @@ You can define new client integrations and deactivate/remove the default integrations by creating a file *$(baseFolder}/clientapps.json*. ### Example definitions ----JSON--- + +```json [ { "name": "SmartGit/Hg", @@ -45,4 +46,4 @@ "isActive": false } ] ----JSON--- \ No newline at end of file +``` -- Gitblit v1.9.1