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