commit c4045cc892795223f488b8cdf62b3887fafa49ff Author: marked Date: Mon Nov 4 22:40:05 2024 +0100 initial 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.