python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Create a SSH key (or token) with permission on one repository only, with Azure DevOps
I'm working with a Azure DevOps repository, and I have a question but I cannot find any information about if it's possible.
I want to have a server who auto-check and auto-deploy some web changes. For...

Sakura Kinomoto
Votes: 0
Answers: 1
Gitlab CI cannot connect with SSH to remote server using SSH key
So, I want to deploy my Gitlab pipelines onto a server with SSH. This is my script .gitlab-ci :
test_job:
stage: test
variables:
GIT_STRATEGY: none # Disable Gitlab auto clone
befo...
graille
Votes: 0
Answers: 1
git insists on another username even with ssh keys
I've opened a new github account for school, and added my ssh keys to it, but when I try to push my local repository into it, I get:
ERROR: Permission to new-username/repo-name.git denied to old-usern...

Jonathan Sahar
Votes: 0
Answers: 1
Jenkins is generating excessive keys in Keychain Access on MacOS Node
For about the last month, I have noticed excessive amounts (thousands per day) of jenkins-gitclient-ssh keys in the Keychain access app. These are for the tmp directory that Jenkins creates and it see...
jkiter
Votes: 0
Answers: 1