I've updated the fingerprints in the repository's setting section for ssh keys. (also remove the old ones). However, I have a step that rsyncs using ssh and it's throwing an error that the known_hosts entry does not match the servers - I can see it's the old one. Is it cached? is there a way to clear it? is there a bug that is preventing the known_hosts file from updating?
Thanks for any insight!
UPDATE: I was using atlassian/default-image:4 build (with a step to install rsync). When i reverted to default-image:2 (with rsync already installed) - It worked again. But still would like to know why the build was not updating the known_hosts file.