Skip to content

Commit

Permalink
updated GitHub RSA key fingerprint
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandog committed Jan 19, 2025
1 parent f423561 commit 880fea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tasks:
tmp_dir=$(mktemp -d -p $HOME)
ssh-keyscan -t rsa github.com > $tmp_dir/github_host
ssh-keygen -lf $tmp_dir/github_host > $tmp_dir/github_fingerprint
grep -R "nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8" $tmp_dir/github_fingerprint
grep -R "uNiVztksCsDhcc0u9e8BujQXVUpKZIDTMczCvj3tD2s" $tmp_dir/github_fingerprint
cat $tmp_dir/github_host >> ~/.ssh/known_hosts
rm -rf $tmp_dir
echo -e "Host github.com\n IdentityFile ~/.ssh/id_rsa\n IdentitiesOnly yes\n BatchMode yes\n" >> ~/.ssh/config
Expand Down

0 comments on commit 880fea1

Please sign in to comment.