lexbritvin/Set up SSH Server
Sets up an SSH server on Windows, Linux, or macOS with configurable keys
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| port | SSH server port (default: 2222) | no | 2222 |
| user | SSH username. Use :current to get the current user name (default: :current) | no | :current |
| authorized-keys | Authorized public keys (one per line) | no | — |
| use-actor-ssh-keys | Whether to authorize the public SSH keys of the user triggering the workflow | no | false |
Outputs
| name | description |
|---|---|
| hostname | SSH server hostname |
| port | SSH server port |
| username | SSH username |
| host-keys | SSH Host public keys |