This website requires JavaScript.
Explore
Help
Sign in
actions
/
setup-ssh-client
Watch
1
Star
0
Fork
You've already forked setup-ssh-client
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
6
commits
1
branch
1
tag
75
KiB
8b0eaf3b2a
Commit graph
6 commits
This branch
This branch
All branches
Author
SHA1
Message
Date
Karolis2011
8b0eaf3b2a
fix: mktemp wrapper creation and register custom shell via mapping
2025-11-20 00:14:48 +02:00
Karolis2011
e20d2c2744
fix: correct wrapper mktemp quote, create symlink to wrapper script, and register shell via
2025-11-20 00:07:43 +02:00
Karolis2011
763b8f8e8d
fix: do not place shell wrapper in GITHUB_WORKSPACE; use RUNNER_TEMP or /tmp
2025-11-20 00:02:42 +02:00
Karolis2011
b41a00431c
refactor: remove push trigger from example workflow
2025-11-19 23:23:27 +02:00
Karolis2011
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
Details
Deploy Example / Deploy using direct SSH (push)
Has been cancelled
Details
2025-11-19 23:21:20 +02:00
Karolis2011
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
Details
Deploy Example / Deploy using direct SSH (push)
Waiting to run
Details
2025-11-19 23:18:55 +02:00