ssh-key-action icon indicating copy to clipboard operation
ssh-key-action copied to clipboard

GitHub Action that installs SSH key to .ssh

Results 25 ssh-key-action issues
Sort by recently updated
recently updated
newest added

First of all, thank you for great job by developing this GitHub action. I am trying to access multiple private repositories from GitHub Actions, which are linked to my main...

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...

dependencies

Hi and thank you for your useful tool, I have stumbled on a setup that maybe cannot be covered by your tool or any similar. GitHub does not allow to...

Will the ssh-key and authorized keys be removed from the runner at the end of workflow execution?

Hi, i get an error by executing your action ``` Run shimataro/ssh-key-action@v1 /usr/bin/docker exec f95957ffde037ecbb3303b15ac3db65e1d8d2718d7019101192d2ecc4cd2163b sh -c "cat /etc/*release | grep ^ID" OCI runtime exec failed: exec failed: container_linux.go:380: starting...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Hi @shimataro , The `rsync` command in the usage may need `-r` or `-a` option for directory syncing. ``` - name: rsync over ssh run: rsync -av ./foo/ user@remote:bar/ ```...

- Updated runners list on matrix - Added tests on nodejs 16 - Bump of tar to 6.1.11

Would you consider an additional _input_ so you would write `.pub` as well?