Connect to a Github Repo with SSH via HTTPS (port 443) #11223
                  
                    
                      pQraus
                    
                  
                
                  started this conversation in
                Show and tell
              
            Replies: 0 comments
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
We have tried to connect to a github repo with SSH) on port 443 (the standard port 22 is blocked in our network).
It was very hard to configure argocd to get the access.
We have tried different things (e.g. #9827) before it works.
I don't find much information in the docs.
Our Solution
ssh://...url style, especially for github repos this urls look like this:ssh://[email protected]:443/USERNAME/REPO.gitGitHub Docsssh.github.com; normally argocd comes only with the standard github.com known hosts; we must explicit add the keys forssh.github.comon port 443 (e.g. via argocd's UI):Maybe there is an other (easier) way to connect to github repo with SSH over HTTPS?
Beta Was this translation helpful? Give feedback.
All reactions