sourcetoad/SSH Socket Setup
Setup an SSH socket with a private key
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| host | remote hostname | yes | — |
| port | ssh port | no | — |
| socket-path | path at which to create socket | no | "" |
| key | ssh private key | yes | — |
| lifetime | how many seconds to keep socket live | no | 600 |
| purge-entry | Whether to purge the host entry from known_hosts prior to addition. | no | true |
Outputs
| name | description |
|---|---|
| socket-path | path at which socket was created |