test: debug ssh key
This commit is contained in:
@ -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: |
|
||||
|
Reference in New Issue
Block a user