appleboy / appleboy/ssh-action

ProxyCommand Cloudflare example

Open
#133 1 comment 2 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.