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 !"