Skip to content

Tags: rr-james-hickman/ssh-agent

Tags

v0.5.2

Toggle v0.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update version numbers in README for the next bugfix release

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Windows virtual environment: Use SSH binaries from the Git suite (web…

…factory#63)

* Use SSH binaries from the Git suite

* Try to kill the ssh-agent upon action termination on Windows as well

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare README for the upcoming 0.5.0 release

v0.4.1

Toggle v0.4.1's commit message
Update README for a 0.4.1 release

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Ignore failures when trying to kill the `ssh-agent` (webfactory#33)

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Randomize SSH auth socket, kill agent to support non-ephemeral, self …

…hosted runners (@thommyhh, webfactory#27)

Thanks to @thommyhh for this contribution!

Unless the `SSH_AUTH_SOCK` is configured explicitly, this change will make the SSH agent use a random file name for the socket. That way, multiple, concurrent SSH agents can be used on non-ephemeral, self-hosted runners.

A new post-action step will automatically clean up the running agent at the end of a job.

Be aware of the possible security implications: Two jobs running on the same runner might be able to access each other's socket and thus access repositories and/or hosts.

v0.2.0

Toggle v0.2.0's commit message
Prepare the v0.2.0 release

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use `$HOME` to support OS X as well (webfactory#2)

This fixes webfactory#1. Windows is currently not supported.

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Replace invalid icon