and-fm/Cloudflared Remote Server SSH Commands
Lets you SSH into a server behind a Cloudflare tunnel
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 10, 2026
- License
- Apache 2.0
Pinned Snippet
uses: and-fm/cloudflared-ssh-action@a4955a77481c889926ea4715d6bd8ddb7ebb50f2 # v4.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| host | SSH host address | yes | — |
| port | SSH port number | — | 22 |
| username | SSH username | yes | — |
| private_key_filename | SSH private key filename | yes | — |
| private_key_value | SSH private key value | yes | — |
| commands | The commands to run on the remote server | yes | — |
| service_token_id | The Client ID of the Cloudflare service token | — | — |
| service_token_secret | The Client Secret of the Cloudflare service token | — | — |
Outputs
no outputs