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

This commit is contained in:
Karolis2011 2025-11-19 23:18:55 +02:00
commit a5027e414c
5 changed files with 518 additions and 0 deletions

14
.gitignore vendored Normal file
View file

@ -0,0 +1,14 @@
# Ignore OS files
.DS_Store
Thumbs.db
# Ignore editor files
.vscode/
.idea/
*.swp
*.swo
*~
# Ignore test files
test/
*.test.yml