Commit graph

11 commits

Author SHA1 Message Date
4861d65a3c fix: add debug option for SSH remote shell wrapper to assist with troubleshooting 2025-11-20 01:19:48 +02:00
5ca29a1899 fix: update shell wrapper usage to include argument for remote execution 2025-11-20 01:14:30 +02:00
6f6f64807e fix: enhance mktemp usage for cross-platform compatibility in SSH wrapper creation 2025-11-20 01:06:47 +02:00
0338e73fcc fix: correct quoting for mktemp wrapper path in setup script 2025-11-20 00:38:27 +02:00
91e3790b1b fix: update shell wrapper registration to use directory path and improve echo statements 2025-11-20 00:15:52 +02:00
8b0eaf3b2a fix: mktemp wrapper creation and register custom shell via mapping 2025-11-20 00:14:48 +02:00
e20d2c2744 fix: correct wrapper mktemp quote, create symlink to wrapper script, and register shell via 2025-11-20 00:07:43 +02:00
763b8f8e8d fix: do not place shell wrapper in GITHUB_WORKSPACE; use RUNNER_TEMP or /tmp 2025-11-20 00:02:42 +02:00
b41a00431c refactor: remove push trigger from example workflow 2025-11-19 23:23:27 +02:00
c54d7dfa89 feat: check for SSH, attempt install via package manager if missing
Some checks failed
Deploy Example / Deploy using ssh-remote shell (push) Has been cancelled
Deploy Example / Deploy using direct SSH (push) Has been cancelled
2025-11-19 23:21:20 +02: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.,
Some checks are pending
Deploy Example / Deploy using ssh-remote shell (push) Waiting to run
Deploy Example / Deploy using direct SSH (push) Waiting to run
2025-11-19 23:18:55 +02:00