All Questions
1,032 questions
-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-...
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 ...
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....
-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 ...
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 ...
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 ...
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
...
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 ...
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 ...
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 ...
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 ...
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 ...
-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 ...
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....
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 ...