Skip to main content

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.

ssh-keys
0 votes
1 answer
14 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
-1 votes
0 answers
20 views

How to clone a project via OPENSSH PRIVATE KEY in github [closed]

So the issue that I'm facing currently is someone has given me their OpenSSH private key alongside a repo name which is private and the GitHub username which I don't have access to, this is the format ...
the preacher'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
77 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
56 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
-1 votes
0 answers
76 views

[email protected]: Permission denied (publickey) . fatal: Could not read from remote repository [duplicate]

I am adding files from my computer to a new repository using git bash commands and I am getting this fatal error.screenshot of my git bash I tried to add all files and then commit them and then push ...
Shreyansh Singh Gautam'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
30 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
136 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
38 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
81 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
30 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

15 30 50 per page
1
2 3 4 5
133