add debug output to show which SSH key was selected for connection #249
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?
Describe the problem to be solved
There doesn't seem to be a way to see which SSH key abra chose for an SSH connection.
This can make it hard to debug key-selection issues with connections.
Describe the solution you would like
Add a DEBUG statement showing which SSH key was chosen.
Tested
56c3e070f5and it seems to cover us here. We're lacking docs butabrasupports building SSH connections withssh-agentor using password auth so this commit asks thessh-agentto list what keys it has loaded (which SSH will use one after the other until one matches afaiu).