test
All checks were successful
ssh-test / ssh-test (push) Successful in 16s

This commit is contained in:
iFargle 2023-12-08 20:32:17 +09:00
parent adfc3f1937
commit 6d2638897a

View file

@ -43,11 +43,11 @@ jobs:
- name: "Setup: SSH" - name: "Setup: SSH"
run: | run: |
mkdir /root/.ssh mkdir /root/.ssh
echo "${{ secrets.SSH_PUBLIC_KEY }}" > /root/.ssh/id_ed25519.pub
echo "${{ secrets.SSH_PRIVATE_KEY }}" > /root/.ssh/id_ed25519
chmod 700 /root/.ssh chmod 700 /root/.ssh
chmod 600 /root/.ssh/id_ed25519 chmod 600 /root/.ssh/id_ed25519
chmod 644 /root/.ssh/id_ed25519.pub 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" ssh -o "StrictHostKeyChecking=no" albert@100.64.0.14 "ls /Storage"
# - name: "Nix build" # - name: "Nix build"
# run: | # run: |