From 8314635a53a8cc1c865d9df9d0a48452c3309670 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Barnouin?= Date: Wed, 23 Oct 2024 18:34:52 +0200 Subject: [PATCH] Test CI : ssh connection --- .forgejo/workflows/demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/demo.yml b/.forgejo/workflows/demo.yml index 6d2328d..437b9a8 100644 --- a/.forgejo/workflows/demo.yml +++ b/.forgejo/workflows/demo.yml @@ -15,4 +15,4 @@ jobs: chmod 600 id_ed25519.pub eval $(ssh-agent -s) ssh-add id_ed25519.pub - ssh tbarnouin@192.168.1.40 echo "All set !" + ssh -o StrictHostKeyChecking=accept-new tbarnouin@192.168.1.40 echo "All set !"