nb icon indicating copy to clipboard operation
nb copied to clipboard

unable to use ssh key with passphrase

Open biocyberman opened this issue 2 years ago • 1 comments

I setup a remote git repo and added as remote it to nb_dir. Everytime I make changes, the EDITOR opens up first, whether it is nano, vim, or something. The passphrase request starts afterward and gets buried inside editor window. It failed to receive the passphrase to do the sync.

biocyberman avatar Aug 25 '21 19:08 biocyberman

You might need to configure it with the ssh-agent. More info:

  • https://github.com/xwmx/nb#private-repositories-and-git-credentials
  • https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent#adding-your-ssh-key-to-the-ssh-agent

Let me know if that resolves it.

xwmx avatar Aug 25 '21 21:08 xwmx