rishav2404/Setup Bastion SSH
Configure SSH access to private servers through a bastion/jump host
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 13, 2026
- License
- Apache 2.0
Pinned Snippet
uses: rishav2404/setup-bastion-ssh@ff378c8f005b4d1024e6d45b5f2a813af9d08e6e # v1.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| ssh-private-key | — | yes | — |
| bastion-host | — | yes | — |
| bastion-user | — | yes | — |
| bastion-port | — | no | 22 |
| bastion-known-host | — | no | — |
| server-host | — | yes | — |
| server-user | — | yes | — |
| server-port | — | no | 22 |
| server-known-host | — | no | — |
| strict-host-checking | — | no | no |
Outputs
no outputs