From 35dc52cb89b43e34fdb0864539c8083eb32d8932 Mon Sep 17 00:00:00 2001 From: Ditmar Visser Date: Wed, 11 Jun 2025 14:45:34 +0000 Subject: [PATCH] test: debug ssh key --- .gitea/workflows/provision_configure.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitea/workflows/provision_configure.yaml b/.gitea/workflows/provision_configure.yaml index a7327ee..f72232a 100644 --- a/.gitea/workflows/provision_configure.yaml +++ b/.gitea/workflows/provision_configure.yaml @@ -71,6 +71,12 @@ jobs: printf "%s" "${{ secrets.SKYLAB_SSH_PRIVATE_KEY }}" > /skylab chmod 600 /skylab + - name: Debug SSH key + run: | + head -n 5 /skylab + file /skylab + ssh -i /skylab -o StrictHostKeyChecking=no testuser@192.168.1.19 "echo SSH connection OK" + - name: Install Ansible shell: bash run: |