1,989 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
81
views
How to match ssh-keygen's "randomart" with Expect?
When trying to match the "randomart" part of ssh-keygen's output using Expect, expect() finds an empty string after the "randomart", but not the expected eof, but I don't ...
0
votes
1
answer
97
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
73
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
142
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
326
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
32
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
108
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
86
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
109
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
52
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
57
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
153
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
55
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
72
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
126
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 ...
vidi's user avatar
- 2,156