Cloudflared for Website (Issues with gitlab docker push & pull issues "ssh")
I am currently using cloudflared to push my gitlab instance running in docker to a subdomain. I created another sub domain specifically for ssh for push and pull for gitlab. I added the sub domain the cloudflared dns, added the port to the docker compose yml, put the port and sub domain in the gitlab.rb file. Still I am unable to push and pull over ssh.
6 Replies
you'll need cloudflared on the host you're pulling from
I have cloudflared on the host I am pulling from.
@neu I have cloudflared running on the base server and on the server I am running Gitlab ce in a docker container
i meant host you're pulling from as in your computer
wherever you're running
git clone
or git push
from
here, i found the docsyou'd need to follow this guide: https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/use-cases/ssh/#connect-to-ssh-server-with-cloudflared-access
Cloudflare Docs
SSH · Cloudflare Zero Trust docs
The Secure Shell Protocol (SSH) enables users to remotely access devices through the command line. With Cloudflare Zero Trust, you can make your SSH …
(@DANNY)
Now I understand what you meant thank you