Skip to content

Commit

Permalink
remove user from known_host setup
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamGallagher737 committed Oct 7, 2024
1 parent 35856eb commit 870d793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
mkdir -p ~/.ssh/
echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
ssh-keyscan root@slc.compile.learnbevy.com >> ~/.ssh/known_hosts
ssh-keyscan slc.compile.learnbevy.com >> ~/.ssh/known_hosts
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Test SSH
Expand Down

0 comments on commit 870d793

Please sign in to comment.