unable to fetch tags in /Users/<username>/.abra/recipes/navidrome: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain #664
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Need help root-causing this and determining if it is related to the abra upgrade
Recipe: navidrome
This is not the case with other recipes I worked with so far
Answered in the Matrix, the issue can be debugged by checking the git config for that repo:
You should see an HTTPS url there. If you see an SSH URL, you'll need:
This can happen during recipe development, like if you end up wanting to commit/push changed you made to a local repo, someone might want to change the remote URL to use SSH for authentication. But Abra only knows how to pull public HTTPS repos.
@cyrnel @ammaratef45
abracan pullsshrepos, but you need to have the correct key loaded into your ssh-agent. E.g.This is what is meant in:
What
abradoesn't handle is SSH keys that require you to type in your password when you use them. We just didn't implement it and I'd rather not, but feel free whoever wants. The "work-around" is just doing thisssh-agent/ssh-adddance.