Configuration of SSHD |
modules/Sshd.ycp |
SSHD settings, input and output functions | |
|
|
This module has an unstable interface. |
Imports
StructuresGlobal Functions
Local VariablesLocal Functions |
Data was modified?
Sleep time between Read or Write steps
Returns whether the configuration has been modified.
Sets that the configuration has been modified.
map of SSHD settings
Reads current sshd configuration
Writes current sshd configuration
Returns the SSHD Option as a list of strings.
- Parameters:
-
option_key
- Return value:
-
with option_values
Returns default SSHD Option as a list of strings.
- Parameters:
-
option_key
- Return value:
-
with option_values
Sets values for an option.
- Parameters:
-
option_key option_vals
Describes whether the daemon is running
Reads current sshd status
Exports the current configuration.
Structure $[
"config" : (map <string, list<string> >) SETTINGS, "status" : (boolean) service_status, ]
- Return value:
-
of a current configuration
Imports a configuration
- Parameters:
-
import_map
Restarts the sshd when the daemon was running when starting the configuration
Returns a confirmation popup dialog whether user wants to really abort.
Checks whether an Abort button has been pressed. If so, calls function to confirm the abort call.
- Return value:
-
true if abort confirmed
Read all SSHD settings
- Return value:
-
true on success
Write all SSHD settings
- Return value:
-
true on success