Skip to content

Commit

Permalink
issue using ed25519 instead of rsa. used glob '*' (#81)
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Fischer <florian@bitfischer.de>
  • Loading branch information
mniedermaier and bitfischer authored Jan 18, 2025
1 parent 3da6b77 commit e2e944c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/installRPI.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ fi
echo -ne "${YELLOW}# Type in Raspberry Pi password, when requested (this will copy your SSH key to it): \n${ENDCOLOR}"
ssh-keygen -f ~/.ssh/known_hosts -R "$DEVICE_IP"
ssh-keyscan -H "$DEVICE_IP" >>~/.ssh/known_hosts
ssh-copy-id -i ~/.ssh/id_rsa.pub "$DEVICE_USER"@"$DEVICE_IP"
ssh-copy-id -i ~/.ssh/id_*.pub "$DEVICE_USER"@"$DEVICE_IP"

###
### Config locale
Expand Down

0 comments on commit e2e944c

Please sign in to comment.