From a9c48bcf4e832256f29274064e3f37daa263f57a Mon Sep 17 00:00:00 2001 From: Dustin Lactin Date: Fri, 19 Jan 2024 11:25:38 -0700 Subject: [PATCH] Added SSH over HTTPS port warning to github bootstrapping docs Signed-off-by: Dustin Lactin --- content/en/flux/installation/bootstrap/github.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/en/flux/installation/bootstrap/github.md b/content/en/flux/installation/bootstrap/github.md index 5c78486b7..57573a5b9 100644 --- a/content/en/flux/installation/bootstrap/github.md +++ b/content/en/flux/installation/bootstrap/github.md @@ -159,5 +159,11 @@ flux bootstrap git \ **Note** that you must generate a SSH private key and set the public key as a deploy key on GitHub in advance. +{{% alert color="warning" title="Using SSH over HTTPS Port" %}} +https://docs.github.com/en/authentication/troubleshooting-ssh/using-ssh-over-the-https-port + +If you encounter known hosts mismatch errors you may need to change the port back to 22 for bootstrapping. +{{% /alert %}} + For more information on how to use the `flux bootstrap git` command, please see the generic Git server [documentation](generic-git-server.md).