mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-11-01 19:54:16 +01:00
`RemoteCommandFile' is configured via property setters instead of the too general `setEndpoint' function. The ssh command to be executed only has the option 'BatchMode' set to 'yes' as this is enough to disable interactive authentication methods. Further, all arguments become espaced. refs #6593