actions-marketplace-validations/Setup SSH
Setup private key and add host to known hosts
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jul 6, 2025
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/kielabokkie_ssh-key-and-known-hosts-action@67c95208312c38a09143246b804499819a1f2852 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| ssh-private-key | Private key required to access the host | yes | — |
| ssh-host | Hostname or IP to add to the known hosts file | yes | — |
| ssh-port | Port for key-scanning the server | no | 22 |
| ssh-keyscan-timeout | Timeout for the ssh-keyscan command | no | 5 |
| ssh-socket | The unix file socket that the agent uses for communication with other processes | no | /tmp/ssh-auth.sock |
Outputs
no outputs