-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
I'm getting an error when running your action #2
Comments
Hey :) Looks like an issue with host keys:
Check if you can deploy with |
Hi @atymic Thanks for your quick reply. |
Hi @atymic I am also having the Host key verification failed. issue. |
I don't know it it's the exact same issue but I also struggle to connect via ssh. Here is the log without
Error: Here is the log with
Errors: I'm guessing there is as you said an issue with my With Thanks for your help ! |
I'm also seeing the same error:
I get this same error with |
Same here. It seems that ssh-disable-host-key-checking is making no difference! |
My solution:
|
Same here. This BUT! I made a mistake; I just copied the result from |
Same here, I generated a new key, added it in Deployer yells:
Disabling host key checking didn't help either. 🙁 |
i'm having same issue, trying all solution above didn't work for me |
Same as others.. Not sure what the issue is but I switched to Before I had the following setup:
Using shimataro/ssh-key-action:
|
Hi,
I'm trying to use your action to deploy my project using Laravel Deployer but I'm getting an error and I'd like some help if you don't mind.
Here's the error that I see on Github Actions output:
You can see that it fails when trying to verify the host key but I think it has to do to the fact that on the previous step it fails the command
ssh-add
.Here's my action YAML file:
I appreciate any help that you might be able to provide.
The text was updated successfully, but these errors were encountered: