-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ssh keyscan with username #2667
Comments
deployer/recipe/deploy/update_code.php Line 48 in 363f7ed
This regex is too naïve. It will also fail when the repository is pulled over http, in which case key-scanning makes no sense. I would suggest using |
Can you create a PR with a fix? |
Coming up... |
Could you please release a new beta? This issue is breaking quite some pipelines and downgrading is not possible due to #2592. |
Released beta.26 |
Discussed in #2666
Originally posted by underdpt September 23, 2021
Hello,
With v7.0.0-beta25, this setup:
produces this error:
I think the error might be that the hostname is including the user part
git@...
for the ssh-keyscan command.This works with v7.0.0-beta24
The text was updated successfully, but these errors were encountered: