Skip to content

ssh-plugin-test: Do not use systemctl to check for SSH server

netcat should be also available on non-systemd systems.


I'm not sure if netcat is everywhere but it at least seems to be in minimal installs of both Fedora and Debian. Alternatively we can just remove this check entirely -- if SSH server is not running, the test will also be skipped in ssh_setup (but with more cryptic message).

Merge request reports