parent
8f724b3e4e
commit
adfc3f1937
1 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,9 @@ jobs:
|
|||
- name: "Setup: SSH"
|
||||
run: |
|
||||
mkdir /root/.ssh
|
||||
chmod 700 /root/.ssh
|
||||
chmod 600 /root/.ssh/id_ed25519
|
||||
chmod 644 /root/.ssh/id_ed25519.pub
|
||||
echo "${{ secrets.SSH_PUBLIC_KEY }}" > /root/.ssh/id_ed25519.pub
|
||||
echo "${{ secrets.SSH_PRIVATE_KEY }}" > /root/.ssh/id_ed25519
|
||||
ssh -o "StrictHostKeyChecking=no" albert@100.64.0.14 "ls /Storage"
|
||||
|
|
Loading…
Reference in a new issue