Skip to main content

All Questions

Tagged with
-1 votes
0 answers
59 views

Using ssh between two GitHub repos

I am trying to do a pip install in an org of a private repo from another repo. Like this: requirements.txt: opencensus-ext-azure opentelemetry-api opentelemetry-sdk opentelemetry-instrumentation-...
Thomas Segato's user avatar
0 votes
0 answers
20 views

SSH key using Renci.ssh with C# error with keys [duplicate]

So, I´m using an windows computer, and i´m trying to connect to a database using an SSH tunnel. The key file was given to me by the IT department in my department. So I opened the windows command line ...
Nelson Soares's user avatar
0 votes
0 answers
37 views

vscode- ssh remote connecting problem for no reaction in a long time

enter image description here enter image description here Hello, I am a freshman for coding. But I met with this problem for so long time. I actually tried so many solutions here but still didn't work....
Xingjian Xu's user avatar
-1 votes
1 answer
44 views

[email protected]: Permission denied (publickey) from Jenkins job agent

I am getting this error "[email protected]: Permission denied (publickey)." while I try to run git fetch in Jenkins pipeline scripts. This Jenkins server uses an SSH agent(a machine that ...
rohit agrawal's user avatar
0 votes
0 answers
78 views

Cannot use SSH key in PhpStorm

I need to connect to my server via SSH using some private key (which is not default id_rsa). The key also requires some passphrase. I had no problem with it in terminal but now I want to connect in ...
Sandro Sandro's user avatar
0 votes
0 answers
41 views

SSH failure for private github repository

I am attempting to push/pull using SSH to my private github repository. I went through the steps of creating a key, uploading the public key to my github account, and adding it to my ssh-agent, using ...
kalekale's user avatar
1 vote
1 answer
59 views

Conflict between two git accounts on same system

I've added two ssh config in ~/.ssh/config: Host account1 User git Hostname github.com PreferredAuthentications publickey IdentityFile /home/USER/.ssh/account2_ssh Host account2 User git ...
Karan's user avatar
  • 13
1 vote
1 answer
470 views

SSH private key not found when using 1Password SSH Agent to authenticate to remote host or GitHub

I switched to keeping all my SSH private and public key pairs in 1Password, relying on 1Password SSH Agent to provide the key in time of authentication to SSH remote servers and/or GitHub with a ...
Kai Walter's user avatar
  • 4,061
0 votes
1 answer
62 views

Multiple git account associated to folders and SSH Confiog

I'm working with multiple GitHub account (let's say userA and userB ...). My folder architecture is Projects/ |- userA/ |- projectA1/ |- projectA2/ |- ... All the repository accessible ...
Valentin Vignal's user avatar
1 vote
0 answers
92 views

SSH Server Verification Failing - Is Exchange Hash in Correct Form?

I'm writing a simple ssh client in C using the OpenSSL library to handle the Diffie-Hellman operations (big numbers, hashing, computing the shared key, server verification, etc.) I'm running a ssh ...
Ruben Boero's user avatar
0 votes
0 answers
395 views

Deployment key issue - error in libcrypto

Preface: I am a very new dev, so many things are still new to me, excuse for my limited knowledge! I'm adding a small deployment for a site I'm working on, specifically to grab what I push to our ...
Mark's user avatar
  • 1
1 vote
1 answer
76 views

[email protected]: Permission denied (publickey,gssapi-keyex,gssapi-with-mic)

I followed exactly the guide here: https://docs.gitlab.com/ee/user/ssh.html#add-an-ssh-key-to-your-gitlab-account to the letter. For some reason I still cannot ssh to the instance... Here is the full ...
ellgee's user avatar
  • 33
-1 votes
1 answer
98 views

Ansible-generated SSH keys works with Java 17 but not Java 8

I am generating SSH keys using an Ansible script that works fine with Java 17, However it's not working when using Java 8. The issue seems to be related to the encryption algorithm used in the ...
Nish's user avatar
  • 95
0 votes
0 answers
23 views

Ssh does not use keys in ssh agent [duplicate]

SSH simply refuses to use the keys inside of the ssh-agent. Yes i have verified that the keys are in the agent and that the ssh agent is running. I have also set IdentitiesOnly to no in the ssh_config....
Caped Bojji's user avatar
0 votes
1 answer
65 views

Multiple users successfully authenticated, but SSH keys not working on Windows 11

I'm trying to set multiple GitHub accounts for multiple projects I'm working on. It just won't work. First of all, I'm on Windows 11. I've created the keys, they're in C:/Users/User/.ssh/... I ...
Chantal's user avatar
  • 101

15 30 50 per page
1
2 3 4 5
69