Skip to content

Commit

Permalink
getting only the keyscan from the rpi device
Browse files Browse the repository at this point in the history
  • Loading branch information
kneerunjun committed Jun 22, 2024
1 parent 605501d commit 4464c1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wkflw.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
echo "${SSH_PRIVATE_KEY}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
echo $RASPBERRY_PI_IP
ssh-keyscan -H $RASPBERRY_PI_IP >> ~/.ssh/known_hosts
# ssh-keyscan -H $RASPBERRY_PI_IP >> ~/.ssh/known_hosts
ssh-keyscan -H $RASPBERRY_PI_IP
# - name: Get current branch name
# id: get_branch
# run: |
Expand Down

0 comments on commit 4464c1f

Please sign in to comment.