new_string_array
o->host_key_files = new_string_array(o->num_host_key_files);
o->subsystem_name = new_string_array(o->num_subsystems);
o->subsystem_command = new_string_array(o->num_subsystems);
o->subsystem_args = new_string_array(o->num_subsystems);
o->authorized_keys_files = new_string_array(o->num_authkeys_files);
o->log_verbose = new_string_array(o->num_log_verbose);