Hey Community !!
Im new in Bitbucket Pipelines, now want to setup a simple pipeline to deploy my code to the remote server. What I did:
There are 2 issues Im facing right now:
And this is my .ym file:
Can you please help me to figure out what Im doing wrong here, and how can I fix the issue. I could not find any useful info to fix the issue
Thanks,
Arthur
Hello @Arthur Harutyunyan ,
Thank you for reaching out to Atlassian Community.
The fetch fingerprint usually fails when bitbucket is being blocked to access your server because of a firewall.
In this case, could you please make sure that :
You can also execute the below commands both locally and in the pipelines to check if there's any connection issue between the pipelines infrastructure and your ssh host :
nmap -v -Pn <IP ADDRESS of the host> -p 22
ssh-keyscan -t rsa <IP ADDRESS of the host>
Hope that helps! Let me know in case you have any questions or run into any issues.
Thank you, @Arthur Harutyunyan .
Kind regards,
Patrik S
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.