Sebastian Kugler

Results 8 comments of Sebastian Kugler

@vitalytarasov there's an extra issue regarding other URLs than github.com, it's #128

The error message refers to https://github.com/webfactory/ssh-agent#support-for-github-deploy-keys

@vaherdiana Thanks a lot for the analysis! Would you be able to open a PR?

@vaherdiana I just tested the [regex](https://github.com/webfactory/ssh-agent/blob/dc588b651fe13675774614f8e6a936a468676387/index.js#L57) myself in regex101.com. If you switch to "ECMAScript (Javascript)" you see that the `/` does not need to be escaped in JS. So I...

#163 would add this support. However, the author of that PR has provided his own version of this action that supports custom servers: https://github.com/marketplace/actions/ssh-agent-deploy-key. So maybe that action is a...

@philippe-boyd-maxa where are you trying to run the action? If it's in a self-hosted environment, you have to provide the host keys yourself. If run in github.com, GitHub should provide...

This sounds similar to #75, #81 and #89 and #167. Are you sure it's the private key that's being logged and not the public key fingerprint?

Sorry for not reading your message properly.