This commit is contained in:
@@ -25,10 +25,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Debug key + ssh
|
- name: Debug key + ssh
|
||||||
run: |
|
run: |
|
||||||
ssh -V
|
ssh -V
|
||||||
ls -la ~/.ssh
|
ls -la ~/.ssh
|
||||||
head -5 ~/.ssh/id_ed25519
|
head -5 ~/.ssh/id_ed25519
|
||||||
ssh -i ~/.ssh/id_ed25519 -o StrictHostKeyChecking=no deploy@rchou.net "echo ok"
|
ssh -i ~/.ssh/id_ed25519 -o StrictHostKeyChecking=no deploy@rchou.net "echo ok"
|
||||||
|
|
||||||
- name: Test SSH
|
- name: Test SSH
|
||||||
run: ssh -i ~/.ssh/id_ed25519 deploy@rchou.net "echo 'SSH works!'"
|
run: ssh -i ~/.ssh/id_ed25519 deploy@rchou.net "echo 'SSH works!'"
|
||||||
|
|||||||
Reference in New Issue
Block a user