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

Add ssh key password to options #28

Open
BaraoVlask opened this issue Feb 2, 2022 · 3 comments
Open

Add ssh key password to options #28

BaraoVlask opened this issue Feb 2, 2022 · 3 comments

Comments

@BaraoVlask
Copy link

BaraoVlask commented Feb 2, 2022

Its possible to add an option so we can use a ssh key with password?

Upvote & Fund

  • We're using Polar.sh so you can upvote and help fund this issue.
  • We receive the funding once the issue is completed & confirmed by you.
  • Thank you in advance for helping prioritize & fund our backlog.
Fund with Polar
@antonmedv
Copy link
Member

I doubt it.

@Seb33300
Copy link

Seb33300 commented Jun 27, 2023

I suppose ssh key with password refers to passphrase.
We may be able to use the -p option of ssh-add: https://stackoverflow.com/a/13034313/1489264

action/index.js

Lines 31 to 33 in 06aeb29

let p = $`ssh-add -`
p.stdin.write(privateKey)
p.stdin.end()

@Zlangobelz
Copy link

+1

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

4 participants