Skip to main content

All Questions

Tagged with
0 votes
1 answer
18k views

SSH connection to Gitlab is getting timeout

I've followed the official Gitlab docs (https://docs.gitlab.com/ee/ssh/) to make my keys using the comand: ssh-keygen -t ed25519 -C "[email protected]" But I'm getting timeout error as you ...
1 vote
0 answers
362 views

How to add SSH key to Gitlab-ce in Docker

I am running Gitlab-ce V16.5.1 in a docker container. I need to add a proper SSH key to my profile in order to use HTTPS/SSH and to enable my pipelines to complete without generating HTTP Basic Access ...
0 votes
1 answer
116 views

is it ok to gitlab-backup restore after ssh broken pipe?

I am trying to migrate gitlab-ce. Since my backup file is almost up to 200G it takes very long time to restore. I executed gitlab-backup restore and after some hours got ssh:broken pipe. As far as I ...
0 votes
1 answer
708 views

Jenkins is unable to connect to GitLab

I've got Jenkins and GitLab setup in my homelab running in docker containers. I was able to connect to GitLab from Jenkins, pull the desired repo, and perform the steps in the Jenkinsfile. I had a ...
0 votes
2 answers
486 views

Impossible to git push to a https GitLab repository: SSH passphrase wrongly asked each time

I have some SSH keys that, after entering my passphrases on a terminal, I use successfully to connect to some servers, in particular to push on git repositories. My organization is testing a self ...
0 votes
1 answer
247 views

Docker Error "Error creating machine: Error running provisioning: ssh command error, with Gitlab

Ever time I run the pipeline the same issue presist in the system logs > Gitlab-runner: {"driver":"amazonec2","level":"error","msg":"Error >...
0 votes
1 answer
800 views

Why I have to do `eval` and `ssh-add` every time I switch projects?

I do have in my ~/.ssh/config file two different GitLab accounts. Both are named on Host different and refers on Hostname to gitlab.com. Every time I switch between coding projects of the different ...
0 votes
1 answer
2k views

Why shows Git/Gitlab a wrong username on account verification in Terminal?

Environment: macOS Monterey MacBook Air M1 OpenSSH_8.6p1, LibreSSL 3.3.6 iTerm2 I try to get my SSH connection to work. After creating a new SSH key file for GitLab and adding it on gitlab.com I do: ...
3 votes
1 answer
14k views

ssh authentication failure with public/private keys

I'm setting up a Continuous Deployment pipeline on gitlab. Unfortunately, when trying to ssh from the pipeline to the target server, the authentication fails. I am asking the question here because I ...
2 votes
1 answer
6k views

GitLab asks for password on clone via ssh

I have set up GitLab via docker, as explained here: https://docs.gitlab.com/omnibus/docker/ I then created a user and uploaded my public ssh keys using the gitlab web interface. If I connect to gitlab ...
1 vote
0 answers
2k views

Access to private Gitlab over SSH fails on WSL2

I have been struggling with this for some time now and I'm running out of ideas. I am running Windows 11 with WSL2 and I am working on some code hosted in a private Gitlab repository. I can access the ...
0 votes
1 answer
964 views

Extremely Slow Image Pulls Docker Private Registry

I have two servers: 1.Server-1 (GitLab-CE & Private docker registry) 2.Server-2 (Staging) After build stage and push container to registry inside GitLab CI, next stage is deploy(CD) using Ansible. ...
1 vote
1 answer
1k views

Ssh keys on docker gitlab-ce

The announcement for GitLab 13.10 has a deprecation notice for using authorized_keys for ssh keys: The first mechanism (integration via authorized keys ) is vulnerable to both race conditions and out-...
0 votes
2 answers
2k views

Setting up ssh keys to connect to gitlab

*Note: Using windows 10 (I know, I know... that's what they gave me :/) Hi all, I'm new to using GitLab, but my company has their own GitLab server where I'm to house repos for my projects, push ...
1 vote
4 answers
12k views

Can't use SSH anymore on Gitlab runner, "Host key verification failed."

The server in question is a runner and builds projects with a system user gitlab-runner. That user is used to SSH into other servers to deploy code, etc.. Always worked fine until we added a new ...

15 30 50 per page