Skip to content
Snippets Groups Projects
Commit acca0944 authored by Thom's avatar Thom :tools:
Browse files

Default for ssh_authentication should be empty (#5850)

parent d81a38a7
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ reseller_can_use_options=n ...@@ -36,7 +36,7 @@ reseller_can_use_options=n
web_php_options=no,fast-cgi,mod,php-fpm web_php_options=no,fast-cgi,mod,php-fpm
show_aps_menu=n show_aps_menu=n
client_protection=y client_protection=y
ssh_authentication=ssh_authentication_password_key ssh_authentication=
[tools] [tools]
......
...@@ -238,7 +238,7 @@ $form["tabs"]['sites'] = array ( ...@@ -238,7 +238,7 @@ $form["tabs"]['sites'] = array (
'ssh_authentication' => array( 'ssh_authentication' => array(
'datatype' => 'VARCHAR', 'datatype' => 'VARCHAR',
'formtype' => 'SELECT', 'formtype' => 'SELECT',
'default' => 'ssh_authentication_password_key', 'default' => '',
'value' => array('' => 'ssh_authentication_password_key', 'password' => 'ssh_authentication_password', 'key' => 'ssh_authentication_key') 'value' => array('' => 'ssh_authentication_password_key', 'password' => 'ssh_authentication_password', 'key' => 'ssh_authentication_key')
) )
//################################# //#################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment