Skip to content
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

Incorrect documentation for encrypted ssh keys #29

Open
lancce21 opened this issue Dec 30, 2021 · 0 comments
Open

Incorrect documentation for encrypted ssh keys #29

lancce21 opened this issue Dec 30, 2021 · 0 comments

Comments

@lancce21
Copy link

I've had some issues trying to get your action to work with an encrypted ssh key. Unless I'm mistaken, in various places your documentation shows "password" instead of "passphrase". Below is an example.

`

  • name: ls -a via OPEN SSH Private Key
    uses: ./
    with:
    command: ls -a
    host: ${{ secrets.HOST }}
    username: garygrossgarten
    password: ${{ secrets.PASSPHRASE }}
    privateKey: ${{ secrets.PRIVATE_KEY}}
    `
    I have tried to connect by setting privateKey and passphrase but I am unable to connect. Using the same credentials I was able to connect with another github-action (appleboy/scp-action) so I think the credentials should be correct.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant