From b8979b00ba23e645788308cf53ab47d6a1fba14c Mon Sep 17 00:00:00 2001 From: VivantSenior <49829548+VivantSenior@users.noreply.github.com> Date: Fri, 6 Dec 2019 12:25:10 +0100 Subject: [PATCH] Added information about ssh (#11366) * Added information about ssh Added information about ssh access below the configuration section * :pencil2: Tweaks Co-authored-by: Franck Nijhof --- source/_integrations/cloudflare.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_integrations/cloudflare.markdown b/source/_integrations/cloudflare.markdown index b501faed094..0c42516f43d 100644 --- a/source/_integrations/cloudflare.markdown +++ b/source/_integrations/cloudflare.markdown @@ -50,3 +50,5 @@ records: {% endconfiguration %} This platform uses the API from [ipify.org](https://www.ipify.org/) to set the public IP address. + +For SSH usage (according to [this](https://blog.cloudflare.com/cloudflare-now-supporting-more-ports/) source), you need to connect directly to your server (bypassing Cloudflare). To do that create a `CNAME` DNS record, e.g., `ssh.example.com`, with proxy status as "DNS only" (to do that click on orange icon, it will change color to gray) and then connect to `ssh.example.com` using your server SSH port.