pixta-dev / repository-mirroring-action

A GitHub Action for mirroring a repository to another repository
https://github.com/marketplace/actions/mirroring-repository
MIT License
240 stars 82 forks source link

Git connect with ssh passphrase #21

Open suddhasattwa-git opened 1 year ago

suddhasattwa-git commented 1 year ago

Can we enhance to allow usage of passphrase encrypted SSH connectivity with remote repo ?

yasaichi commented 1 year ago

@suddhasattwa-git Probably yes. But why do you want this feature?

suddhasattwa-git commented 1 year ago

Current connectivity approach with SSH keys are secure. But keys encrypted with passphrase will be more secure an also recommended.

Ximaz commented 6 months ago

I'm quite late here but I was frustrated not being able to use my private key which got generated with a passphrase, so I made a PR for those who are still looking for a work around.