Skip to content

Commit acca094

Browse files
author
thom
committed
Default for ssh_authentication should be empty (#5850)
1 parent d81a38a commit acca094

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install/tpl/system.ini.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ reseller_can_use_options=n
3636
web_php_options=no,fast-cgi,mod,php-fpm
3737
show_aps_menu=n
3838
client_protection=y
39-
ssh_authentication=ssh_authentication_password_key
39+
ssh_authentication=
4040

4141

4242
[tools]

interface/web/admin/form/system_config.tform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
'ssh_authentication' => array(
239239
'datatype' => 'VARCHAR',
240240
'formtype' => 'SELECT',
241-
'default' => 'ssh_authentication_password_key',
241+
'default' => '',
242242
'value' => array('' => 'ssh_authentication_password_key', 'password' => 'ssh_authentication_password', 'key' => 'ssh_authentication_key')
243243
)
244244
//#################################

0 commit comments

Comments
 (0)