Ssh key setup for the plugin #1081
Unanswered
NickSchouten
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to setup the plugin in a jupyterhub environment on k8s. It works via https with access keys, but feels incredibly slow while doing so. I am trying to switch to ssh keys.
I set them up accordingly and when in terminal git clone and push both work, however via the plugin neither works. Only stage and commit work there.
Here is my flow:
I first tried to clone with the ssh link.
Error
Cloning into 'repo-name'... Permission denied, please try again.
Permission denied, please try again.
git@ssh.dev.azure.com: Permission denied (password,publickey).
fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.
So I instead cloned via terminal, which worked.
Then made some changes, staged and committed them via the plugin.
Then tried to push but got this similar error
Error
Permission denied, please try again.
Permission denied, please try again.
git@ssh.dev.azure.com: Permission denied (password,publickey).
fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.
Then pushed via terminal, which again worked.
What am I missing?
Thanks in Advance for you help!
Beta Was this translation helpful? Give feedback.
All reactions