From c4045cc892795223f488b8cdf62b3887fafa49ff Mon Sep 17 00:00:00 2001 From: marked Date: Mon, 4 Nov 2024 22:40:05 +0100 Subject: [PATCH] initial --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..705608f --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +Because of how ssh works with cloudflare tunnels (at least as far as I know), anyone who wants to use SSH here needs to install `cloudflared` and add the following to their `~/.ssh/config` in order for Cloudflare Access to allow it through: +```ini +# ~/.ssh/config +Host git-ssh.devmarked.win + ProxyCommand cloudflared access ssh --hostname %h +``` +I haven't found a workaround. Setting the mode to `bypass` in cloudflare access doesn't remove the need for this. + +If you don't want to do that, just use https.