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 30318c3 commit e4fc17a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/wkflw.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@ jobs:
- name: Set up SSH on actions container
run: |
mkdir -p ~/.ssh
echo $SSH_PRIVATE_KEY > ~/.ssh/id_rsa
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-keyscan -H ${RASPBERRY_PI_IP}
# - name: Get current branch name
# id: get_branch
# run: |
Expand Down

0 comments on commit e4fc17a

Please sign in to comment.