solarlabyrinth/Action Setup SSH
A GitHub Action to configure SSH keys and host fingerprints
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| name | The name of the SSH identity such as: id_ed25519. | no | id_ed25519 |
| public_key | The Public Key for your runner's ssh identity. | no | — |
| private_key | The Private Key for your runner's ssh identity. | no | — |
| host | The host to scan and add fingerprints for in known_hosts. | no | — |
| port | The port on the host to scan. | no | 22 |
Outputs
no outputs