tanmancan/Setup SSH Agent and Key
Configure SSH keys, hosts, and persist the ssh-agent across all steps in a job.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ssh-auth-sock | Use a custom unix socket to bind the ssh-agent. | no | /tmp/ssh_auth.sock |
| ssh-private-key | Add a private key to the ssh-agent. | no | — |
| ssh-public-key | Add a public key to known_hosts. Format should be "{hostname} {key-type} {key}". | no | — |
Outputs
no outputs