-
Type:
Bug
-
Resolution: Handled by Support
-
Priority:
Medium
-
Component/s: Pipelines - Run Failures
User able to resolve using CLI tools with the command "ssh-keyscan "host name"" but Pipelines returns Error 500 while trying to add the Known Hosts.
Error message
#!python
{"message": "There was an error processing your request. It has been logged (ID 27461c34af233b00).","code": 500}
Workaround
Add manually with the step below in bitbucket-pipelines.yml
- ssh-keyscan -t rsa <Host Address> >> ~/.ssh/known_hosts