Hello together,
I want to publish a repository via ssh and bitbucket-pipelines to a remote repository. Therefore I created a ssh-key, installed it,...
Everything works fine, until I receive the following user dialogue:
"The authenticity of host abc.com can't be established. RSA key fingerprint is xyz. Are you sure you want to continue connecting (yes/no)?"
According to other posts I have two possibilities everything worked fine and I can do the following:
Can anyone help me how I can solve this problem?
Hi @Manuel Gelsen,
add this host to the known_hosts-file, so the question doesn't appear anymore (I don't think I have write-access to this file)
Since Pipelines doesn't have control over the build container, you will need to add IP to your SSH known host.
Cheers
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.