Trying to connect my Node- RED project to github. Got as far as pushing to remote: master button to connect, to the git project , then I receive a passphrase screen for the ssh key I provided and regardless of whether I generated the key with or without passphrase it will always loop after entering the passphrase and hitting retry.
I tried the same key with the command line and it works fine:
wolfgang@raspberrypi:~ $ ssh -T git@github.com -i ~/.node-red/dev/projects/.sshkeys/**********
Hi WolfgangKnobloch! You've successfully authenticated, but GitHub does not provide shell access.
Any idea why Node-RED loops here?