Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [ssh-keys]

SSH Keys are pairs of sequences of randomly generated bytes that provide the basis of SSH public key cryptography and challenge-response authentication. The sequences are typically stored in files and one of them is referred to as the Public key while the other is the Private key.

0 votes
0 answers
36 views

Bad configuration option: usekeychain [closed]

I am trying to clone a file into my device but instead I'm getting this error. `Cloning into 'DPGAnalysis/HcalNanoProd'... /user/g/gb/.ssh/config: line 3: Bad configuration option: usekeychain /user/g/...
Tick's user avatar
  • 1
0 votes
1 answer
18 views

Issues properly configuring ssh public keys for server connection

i have been trying to set up a lan only ssh server so i can access high powered computing from my android phone as well. i simply wish to work on programming problems while laying down as i am ill. i ...
mindoverflow's user avatar
0 votes
0 answers
18 views

SSH connection autentication says ok, but still fails to connect

enter image description here as showed in the image above the connection works but permissions say denied but i double checked the permissions on the linux server to 600 and 644 using chmod command on ...
Marcelo Jaeger's user avatar
0 votes
1 answer
107 views

Unable to fix SSH Permission denied (publickey) error

I keep getting this error whenever I try to access a server via ssh using VSCode's Remote Explorer or command line terminal. I already checked this question, but was unable to solve the issue. I have: ...
The Blind Hawk's user avatar
0 votes
0 answers
64 views

How to Configure CI/CD Pipeline to Pull Changes Using SSH Key or Access Token Without Username and Password?

I am in the process of setting up a CI/CD pipeline and need some guidance on configuring my script to automatically pull changes from a target branch. I would like to achieve this without the need to ...
ATUL VERMA's user avatar
0 votes
0 answers
30 views

github permission denied for user. but ssh -T github.com works

I'm so confused. I try to do ssh push to a repo and I get: error: Permission to somerepo.git denied to jenia. fatal: Could not read from remote repository But when I do ssh -T github.com I get: Hi ...
Jenia Be Nice Please's user avatar
-1 votes
1 answer
32 views

MAC OS on AWS EC2- Need to use service account instead default ec2-user account and need it for hardening the OS

I have a requirement that MAC OS on AWS EC2, Need to use service account instead default ec2-user account while doing ssh like (ssh -i /path/to/your-key.pem ec2-user@your-instance-public-ip ), This is ...
New-to-MacOS-EC2's user avatar
0 votes
0 answers
42 views

Github: Can't clone with ssh

I am trying to clone a private repository in a vps (or droplet) with linux, I followed all the steps in the official docs and when I run the command ssh -T [email protected] I get the successful message: ...
Daniel Valencia's user avatar
1 vote
1 answer
145 views

Libcrypto error in Docker container in Azure DevOps pipeline

I have a Azure DevOps pipeline that I use for Terragrunt CI. The source Terraform modules that I am using in my repo are stored in a second repo, and so in order to run terragrunt plan you need to ...
Gabriel Kelly's user avatar
0 votes
1 answer
25 views

Is there a different way to set-up multiple git profiles for bitbucket?

I currently have my config file for ssh set up as follows: Host bitbucket.org-account1 HostName bitbucket.org User git IdentityFile ~/.ssh/id_rsa_account1 IdentitiesOnly yes Host github.com-...
zeropsi's user avatar
  • 694
0 votes
1 answer
41 views

Jenkins EC2 agent - Host key verification failed

I'm using Jenkins EC2 Plugin to spawn agents on demand. During my job I have to clone other repository, so I'm using sshagent. However I was getting Host key verification failed error, so I've added: ...
Frendom's user avatar
  • 548
0 votes
0 answers
54 views

git pull on webserver from github via SSH

I created a website locally and pushed the files via ssh to github. For that I generated an ssh-key and had now issues. No I am trying to pull those files on my webserver (connection via ssh). But I ...
Tobias Schmid's user avatar
0 votes
0 answers
85 views

Cannot ssh into the container when created using podman with proper ssh-keys as well

I am trying to create a ubuntu container using podman and able to bring up the container successfully. However when I try to ssh into the container using ssh-keys it is not working. Here is my ...
Madhuri's user avatar
  • 111
0 votes
0 answers
34 views

How can I get ssh agent (or similar) to work for a git signing key?

My setup works perfectly fine for the authentication ssh key: Host github.com ...
Vala's user avatar
  • 5,655
0 votes
0 answers
72 views

Issue: Cannot SSH into self hosted GitLab Server Using Public Key Authentication

I have searched this issue and followed many instructions on how to connect to gitlab via SSH from RHEL8 client. None of the common resolutions / configurations are working to solve this connection ...
JW Baker's user avatar
  • 103

15 30 50 per page
1
2 3 4 5
133