Cloning into ‘/home/circleci/RepoLocation’…
The authenticity of host ‘github.com (192.30.253.113)’ can’t be established.
RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48.
Are you sure you want to continue connecting (yes/no)? Step was canceled
We also are seeing this. Only on first run I’m guessing.
We are even adding machine account key, but still getting the prompt to accept github’s RSA
#!/bin/bash -eo pipefail
bundle install --path vendor/bundle
Fetching gem metadata from https://rubygems.org/.........
Fetching git@github.com:-----/-----.git
The authenticity of host 'github.com (192.30.253.112)' can't be established.
RSA key fingerprint is SHA256:-----.
Are you sure you want to continue connecting (yes/no)? Too long with no output (exceeded 10m0s)
Those are two different things. Just running - checkout will add the key to ~/.ssh/known_hosts like you need. Or you can copy the necessary snippet from a given checkout command in the UI.