• Joined on 2025-11-12
Karolis pushed to main at actions/setup-ssh-client 2025-11-19 22:02:50 +00:00
763b8f8e8d fix: do not place shell wrapper in GITHUB_WORKSPACE; use RUNNER_TEMP or /tmp
Karolis pushed to main at actions/setup-ssh-client 2025-11-19 21:23:31 +00:00
b41a00431c refactor: remove push trigger from example workflow
Karolis pushed tag v1 to actions/setup-ssh-client 2025-11-19 21:21:56 +00:00
Karolis pushed to main at actions/setup-ssh-client 2025-11-19 21:21:27 +00:00
c54d7dfa89 feat: check for SSH, attempt install via package manager if missing
Karolis created branch main in actions/setup-ssh-client 2025-11-19 21:19:05 +00:00
Karolis pushed to main at actions/setup-ssh-client 2025-11-19 21:19:05 +00:00
a5027e414c feat: initial release — Setup SSH Client GitHub Action\n\nInitial implementation of the action to configure an SSH client and an optional remote shell wrapper.\n- Creates ~/.ssh, adds identity and known_hosts\n- Adds ssh config for 'github-action-host'\n- Optional SSH remote shell wrapper using mktemp\n- Fails when strict-host-key-checking is 'yes' and no hosts are provided\n\nThis is the initial creation of the action.,