Refactor SSH configuration to read SSH Trusted Hosts keys
This commit is contained in:
@@ -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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user