From 56455e3ecbc9dd562a1c4786aaa4f17aee39f3fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Kr=C3=BCger?= Date: Tue, 19 Mar 2024 18:23:11 +0100 Subject: [PATCH] test: fix fedora sshd refused --- test/incus-test-setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/incus-test-setup.sh b/test/incus-test-setup.sh index 36486b6..73a2682 100755 --- a/test/incus-test-setup.sh +++ b/test/incus-test-setup.sh @@ -31,6 +31,7 @@ for img in $IMGLIST; do apt install curl xz-utils openssh-server -y elif [ -e /usr/bin/dnf ]; then dnf install openssh-server xz-static -y + systemctl start sshd fi yes y | sh <(curl -L https://nixos.org/nix/install) --daemon