Show More
@@ -716,7 +716,8 b' ssh.authorized_keys_file_path = /etc/rho' | |||
|
716 | 716 | ; RhodeCode installation directory. |
|
717 | 717 | ; legacy: /usr/local/bin/rhodecode_bin/bin/rc-ssh-wrapper |
|
718 | 718 | ; new rewrite: /usr/local/bin/rhodecode_bin/bin/rc-ssh-wrapper-v2 |
|
719 | ssh.wrapper_cmd = /usr/local/bin/rhodecode_bin/bin/rc-ssh-wrapper | |
|
719 | #DEPRECATED: ssh.wrapper_cmd = /usr/local/bin/rhodecode_bin/bin/rc-ssh-wrapper | |
|
720 | ssh.wrapper_cmd.v2 = /usr/local/bin/rhodecode_bin/bin/rc-ssh-wrapper-v2 | |
|
720 | 721 | |
|
721 | 722 | ; Allow shell when executing the ssh-wrapper command |
|
722 | 723 | ssh.wrapper_cmd_allow_shell = false |
@@ -684,7 +684,8 b' ssh.authorized_keys_file_path = /etc/rho' | |||
|
684 | 684 | ; RhodeCode installation directory. |
|
685 | 685 | ; legacy: /usr/local/bin/rhodecode_bin/bin/rc-ssh-wrapper |
|
686 | 686 | ; new rewrite: /usr/local/bin/rhodecode_bin/bin/rc-ssh-wrapper-v2 |
|
687 | ssh.wrapper_cmd = /usr/local/bin/rhodecode_bin/bin/rc-ssh-wrapper | |
|
687 | #DEPRECATED: ssh.wrapper_cmd = /usr/local/bin/rhodecode_bin/bin/rc-ssh-wrapper | |
|
688 | ssh.wrapper_cmd.v2 = /usr/local/bin/rhodecode_bin/bin/rc-ssh-wrapper-v2 | |
|
688 | 689 | |
|
689 | 690 | ; Allow shell when executing the ssh-wrapper command |
|
690 | 691 | ssh.wrapper_cmd_allow_shell = false |
@@ -37,7 +37,7 b' def _sanitize_settings_and_apply_default' | |||
|
37 | 37 | settings_maker.make_setting(config_keys.ssh_key_generator_enabled, True, parser='bool') |
|
38 | 38 | |
|
39 | 39 | settings_maker.make_setting(config_keys.authorized_keys_file_path, '~/.ssh/authorized_keys_rhodecode') |
|
40 | settings_maker.make_setting(config_keys.wrapper_cmd, '') | |
|
40 | settings_maker.make_setting(config_keys.wrapper_cmd, '/usr/local/bin/rhodecode_bin/bin/rc-ssh-wrapper-v2') | |
|
41 | 41 | settings_maker.make_setting(config_keys.authorized_keys_line_ssh_opts, '') |
|
42 | 42 | |
|
43 | 43 | settings_maker.make_setting(config_keys.ssh_hg_bin, '/usr/local/bin/rhodecode_bin/vcs_bin/hg') |
@@ -23,7 +23,7 b" generate_authorized_keyfile = 'ssh.gener" | |||
|
23 | 23 | authorized_keys_file_path = 'ssh.authorized_keys_file_path' |
|
24 | 24 | authorized_keys_line_ssh_opts = 'ssh.authorized_keys_ssh_opts' |
|
25 | 25 | ssh_key_generator_enabled = 'ssh.enable_ui_key_generator' |
|
26 | wrapper_cmd = 'ssh.wrapper_cmd' | |
|
26 | wrapper_cmd = 'ssh.wrapper_cmd.v2' | |
|
27 | 27 | wrapper_allow_shell = 'ssh.wrapper_cmd_allow_shell' |
|
28 | 28 | enable_debug_logging = 'ssh.enable_debug_logging' |
|
29 | 29 |
General Comments 0
You need to be logged in to leave comments.
Login now