deployphp / action

GitHub Action for Deployer
MIT License
227 stars 46 forks source link

Add ssh key password to options #28

Open BaraoVlask opened 2 years ago

BaraoVlask commented 2 years ago

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

Upvote & Fund

Fund with Polar

antonmedv commented 2 years ago

I doubt it.

Seb33300 commented 1 year ago

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 https://github.com/deployphp/action/blob/06aeb295d6432970d615c5551e3d941e50349c46/index.js#L31-L33

Zlangobelz commented 8 months ago

+1