truemark/Generate SSH Key Pair
Generates an SSH key pair
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| type | Either rsa or ecdsa | no | ecdsa |
| name | The name of the key pair | no | — |
Outputs
| name | description |
|---|---|
| private-key-path | The private key path |
| public-key-path | The public key path |
| public-key | The public key |