Refactor SSH configuration to read SSH Trusted Hosts keys

This commit is contained in:
2024-09-24 19:40:15 +02:00
parent 6fe89a8e07
commit ce8bc0e3b7
+1 -1
View File
@@ -35,7 +35,7 @@ jobs:
cp ssh-keys/ansible/id_ecdsa ~/.ssh/id_ecdsa cp ssh-keys/ansible/id_ecdsa ~/.ssh/id_ecdsa
chmod 600 ~/.ssh/id_ecdsa chmod 600 ~/.ssh/id_ecdsa
- name: Configure SSH to Disable Host Key Checking - name: Read SSH Trusted Hosts keys
env: env:
TRUSTED_HOSTS: ${{ secrets.TRUSTED_HOSTS }} TRUSTED_HOSTS: ${{ secrets.TRUSTED_HOSTS }}
run: | run: |