-
Notifications
You must be signed in to change notification settings - Fork 5
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
Unable to Connect via SSH #4
Comments
Hi, it should work with any key supported, and Else can compare with this file that I am using to test this repo on every commit: https://github.com/LuisEnMarroquin/setup-ssh-action/blob/main/.github/workflows/ubuntu.yml |
I had the same issue. In my case, the problem was with the new key format. You can recognize such a key by the fact that it has You need to convert this key by PuTTYgen to the old PEM format. Then it has: |
Was it on Windows? I think windows has some limitations regarding key formats |
No. Key was originally generated on Debian 10 by the command: |
I generated an SSH key using the following command:
ssh-keygen -t ed25519 -C "[email protected]"
After setting up the GitHub Action and running it, I encountered the following error:
The text was updated successfully, but these errors were encountered: