How to correctly fill in ssh-config in github actions #3309
Unanswered
tlerbao
asked this question in
Help needed
Replies: 1 comment 2 replies
-
@tlerbao I think it fails because you have no |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
According to the following method, an error will be reported:
Host key verification failed..
If ssh-config: ${{ secrets.SSH_CONFIG }} is removed, and the host directly specifies the IP address and port in deploy.php, actions can be executed successfully
my deployer.yml
${{ secrets.SSH_CONFIG }}
Beta Was this translation helpful? Give feedback.
All reactions