Skip to content

Develop

Pavel Kirilin requested to merge develop into master

Fixed ssh known-hosts bug and more.

Description:

  • Unknown hosts now will be added automatically;
  • In docker removed known-hosts file mounting as volume;
  • Fixed stdout and stderr handling.
  • Fixed stdout message formatting.

Added systemctl support.

Description:

  • Added systemctl status to check service state.
  • Added systemctl start, stop, restart actions.
  • Added systemctl cat to show System-unit configuration.

Merge request reports