Skip to main content

All Questions

Tagged with
0 votes
1 answer
23 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 ...
4 votes
2 answers
10k views

SSH over AnyDesk?

SSH traffic is blocked by my ISP's adult filter but AnyDesk (and maybe TeamViewer) are allowed. I'm on Windows and need to be able to work on some GitLab project over SSH, like e.g.: git clone git@...
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 ...
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 ...
1 vote
1 answer
263 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 ...
2 votes
1 answer
151 views

Multiple GitLab accounts SSH

I have multiple GitLab accounts and I am trying to set up SSH authentication. I have generated the key pairs and saved them in ~/.ssh/public/proj1[2]/id_rsa.pub and ~/.ssh/private/proj1[2]/id_rsa My ~/...
0 votes
1 answer
2k views

Cloning a private repository fails in GitLab CI

I'm using GitLab CI and I have two dependencies to clone from the same GitLab Server. One of my dependencies is in Composer and the other one in NPM. Both of the commands (composer install and npm ...
3 votes
1 answer
2k views

Why I cannot pull gitlab repo even though I created an SSH key?

I did everything required here and here to create and issue my SSH key to GitLab. I both have a win64 PC and I use the Ubuntu 16.04.4 cluster at my research lab. With the PC this works and I am able ...
0 votes
1 answer
533 views

How to generate SSH keys for gitlab.com hosted project?

I have a project hosted as private repository on gitlab.com. I want to use gitlab ci/cd to automatically deploy my project to remote server QA_SERVER when code is pushed to master branch. Below is the ...
-1 votes
1 answer
1k views

GitLab ssh User Access Rights

I'm running a version of GitLab that I installed last fall. Unfortunately I am unable to ascertain a version number. It is hosted on Ubuntu 1404 in a VM on a Win10 host. UPDATE: Looks to be rev 9.4....
1 vote
0 answers
200 views

Can't push to git on local server (public key) auth and then disconnect

I recently setup a local test server with Gitlab following this guide https://www.digitalocean.com/community/tutorials/how-to-set-up-gitlab-as-your-very-own-private-github-clone I am trying to make ...
0 votes
1 answer
2k views

Gitlab 7.10 install doesn't create proper ssh git user config?

I am setting up a Gitlab instance on my home VM lab and am baffled with the way SSH is configured in Gitlab so I would appreciate some insight into whether I am doing something wrong or is Gitlab ...
1 vote
1 answer
1k views

Git post-update hook not working properly

If I push to my remote origin repository the post-receive hook should push all to another remote repository on another machine. When I push to my origin the post-receive hook gets triggered but I ...
1 vote
0 answers
311 views

ssh_exchange_identification after few attempts

To help find diagnose a ssh issue with a gitlab server, I've written the following script #!/bin/bash while : ; do ssh -v [email protected] || exit 1 done After few successful iterations (...

15 30 50 per page
1
2