ssh key debug
Deploy PBT / deploy (push) Failing after 29s

This commit is contained in:
2026-09-09 19:43:38 +02:00
parent 06ff1d2dd6
commit c7da3ff769
+5
View File
@@ -24,6 +24,11 @@ jobs:
chmod 600 /root/.ssh/pbt_deploy_key
ssh-keyscan -H pbt >> /root/.ssh/known_hosts
- name: Key-Inhalt verifizieren (Debug)
run: |
echo "Abgeleiteter Public Key aus dem geschriebenen Private Key:"
ssh-keygen -y -f /root/.ssh/pbt_deploy_key || echo "FEHLER: Datei ist kein gültiger Private Key"
- name: Dateien auf die pbt-LXC syncen
run: |
rsync -avz --delete \