Skip to content

Commit

Permalink
Added support for updated CircleCI SSH fingerprint format. Part 9.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Feb 1, 2024
1 parent 101b85a commit f4e7ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devtools/setup-ssh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ SSH_KEY_FINGERPRINT="${SSH_KEY_FINGERPRINT:-}"

mkdir -p "${HOME}/.ssh/"

echo -e "\nHost *\n\tStrictHostKeyChecking no\n\IdentitiesOnly yes no\n\tUserKnownHostsFile /dev/null\n" >"${HOME}/.ssh/config"
echo -e "\nHost *\n\tStrictHostKeyChecking no\n\tIdentitiesOnly yes no\n\tUserKnownHostsFile /dev/null\n" >"${HOME}/.ssh/config"
rm -f "${HOME}/.ssh/known_hosts" > /dev/null 2>&1 || true

# The given SHA256 fingerprint, change this value as needed
Expand Down

0 comments on commit f4e7ecd

Please sign in to comment.