Issue #5536 - ability to disable server-side SSH key generation

- Fixes #5536
This commit is contained in:
csalgau 2019-02-14 01:16:57 +02:00
parent 9c532486a2
commit ef7b0fcbd5
11 changed files with 62 additions and 31 deletions

View file

@ -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):