Issue #5536 - ability to disable server-side SSH key generation
- Fixes #5536
This commit is contained in:
parent
9c532486a2
commit
ef7b0fcbd5
11 changed files with 62 additions and 31 deletions
|
|
@ -73,6 +73,10 @@ following instructions.
|
|||
ssh.executable.git = ~/.rccontrol/vcsserver-1/profile/bin/git
|
||||
ssh.executable.svn = ~/.rccontrol/vcsserver-1/profile/bin/svnserve
|
||||
|
||||
## Enables SSH key generator web interface. Disabling this still allows users
|
||||
## to add their own keys.
|
||||
ssh.enable_ui_key_generator = true
|
||||
|
||||
|
||||
3. Set base_url for instance to enable proper event handling (Optional):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue