Skip to main content

All Questions

Tagged with
1 vote
0 answers
361 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 ...
Factor Three's user avatar
0 votes
1 answer
115 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 ...
Juneyoung Oh's user avatar
0 votes
1 answer
705 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 ...
Jonathan Heady's user avatar
0 votes
2 answers
483 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 ...
Denis Bitouzé's user avatar
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 >...
sam23's user avatar
  • 69
0 votes
1 answer
798 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 ...
Manny's user avatar
  • 1
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: ...
Manny's user avatar
  • 1
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 ...
Iordan Iordanov's user avatar
0 votes
1 answer
960 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. ...
Nima Ebrazi's user avatar
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 ...
W. MacTurk's user avatar
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-...
r2evans's user avatar
  • 550
0 votes
1 answer
21 views

How to be sure I'm using the right identity from my personal remote server?

The company I work with and I are both using Gitlab as remote repo. To make it simple from my personal laptop I want to be able to connect on 2 distinct repo. The company's one and mine. I'm using 2 ...
Tyteck's user avatar
  • 11
0 votes
1 answer
109 views

Centos 8 symlink to users's `.ssh` folder

I'm following this guide to setup some kind of ssh proxy for gitlab. this is how ti doesn't work When I create symlink like in that blog post I'm not able to ssh into server. This is how symlink is ...
bilak's user avatar
  • 179
1 vote
2 answers
3k views

Why does ssh clone from gitlab repo need password from WSL but not Linux-native PC?

From a Linux-native desktop, I am able to clone a project from our gitlab repo like this: git clone [email protected]:namespace/project.git No problem with the above: specifically, I'm not asked ...
StoneThrow's user avatar
  • 1,197
1 vote
1 answer
262 views

ssh from windows10 to a docker container ends with asking a password

I'm trying to test gitlab in a docker container installed on my windows 10 machine. But when I try to push my code, it ends with asking git's password When I test the connection with ssh -vT, here is ...
Jice's user avatar
  • 21

15 30 50 per page