From 85de88ff31969e291f7007521ab1559adb6806e3 Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Fri, 23 Sep 2022 17:55:10 +0200 Subject: test/passt.mbuto: Don't fail on missing guest public key We won't necessarily run mbuto as part of regular tests: it can also be used for demos or out-of-tree tests. To keep the profile simple, leave the whole sshd setup there, which is otherwise harmless, but don't fail if guest-key.pub is missing in the current directory. Signed-off-by: Stefano Brivio --- test/passt.mbuto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/passt.mbuto b/test/passt.mbuto index d29f456..51c9ada 100755 --- a/test/passt.mbuto +++ b/test/passt.mbuto @@ -68,7 +68,7 @@ EOF ln -s /run/sshd /usr/share/empty.sshd cat > /root/.ssh/authorized_keys </dev/null || :)"' EOF chmod 600 /root/.ssh/authorized_keys chmod 700 /root -- cgit v1.2.3