1,990 questions
0
votes
1
answer
69
views
Can’t push to GitHub with SSH key
I can’t push to GitHub through the Mac terminal in Eclipse - I found a question about the same problem, but can’t use the answer.
The answer I found: Git does not use SSH key for Github (Mac OS)
But ...
0
votes
0
answers
69
views
Can't switch git accounts when pushin/pulling to 3rd-party repositories
I have 2 different Github accounts, one for college and one for personal stuff.
I'm trying to push some changes in a new branch to a friend's project repository, to which my personal account has write ...
0
votes
1
answer
137
views
How to authenticate a Python package between two repos in GitHub and deploy
We have a private utility repo in GitHub and we would like to be able to install this package with a GitHub Actions. When developing locally I have created a ssh key, uploaded the public key to deploy ...
0
votes
1
answer
242
views
Azure Storage Account sFTP configuration with "Use existing key stored in Azure Key Vault"
While configuring SFTP on an Azure Storage Account, I selected the “Use existing key stored in Azure Key Vault” option to authenticate a local user. However, the dropdown list for selecting the key ...
0
votes
0
answers
29
views
WSL and VS Code - Cannot Save SSH Key
I'm trying to get VS Code to work properly on my Windows Subsystem for Linux. For some reason, I am not able to permanently store the ssh key, and I am asked for the passphrase each time. I can do a ...
0
votes
1
answer
86
views
What public key format does libssh2 expect?
I am using libssh2, where my flow ends up calling _libssh2_userauth_publickey, which itself calls _libssh2_ntohu32(pubkeydata). My understanding is that it should return a small number (e.g. 7 for &...
2
votes
1
answer
83
views
Can't SSH to GitHub using key saved in a custom lcoation
When I generate an ssh key in a different path than the default I can't access by ssh in github, I don't know what the problem is, but I know I have tried many times to generate and use a ssh with a ...
1
vote
1
answer
96
views
Sudden change in access: Permission denied (publickey)
I have been using my local Git and GitHub connection via an SSH key that suddenly (without obvious cause) is not allowing me to manage my remote repo's by push or pull. I've tried deleting the SSH key ...
0
votes
0
answers
46
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
53
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 ...
1
vote
0
answers
129
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
50
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
64
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
...
0
votes
1
answer
113
views
Ssh key-based authentication to github inside a github action fails with "Host key verification failed"
In a github action I'm building an Elixir project which has a dependency on a private github repo i.e. during the deps.get phase it clones it using git. The problem is that the ssh connection to ...
3
votes
1
answer
1k
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 ...