appleboy / appleboy/ssh-action
ProxyCommand Cloudflare example
Open
- Dominant language
- Shell
- Stars
- 6.2k
- Forks
- 679
- Avg merge
- 35m
- Merged PRs (30d)
- 1
Description
I see that ProxyCommand is available, but can't figure out how to correct specify it like to connect via Cloudflared agent. For example, in Cloudflare, .ssh/config looks like this:
```
Host jump.something.dev
ProxyCommand /usr/local/bin/cloudflared access ssh --hostname %h --id --secret
ServerAliveInterval 30
ServerAliveCountMax 5
```
How I can specify that in yaml?
Thank you in advance!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.