abra fails when no ssh key is specified in ~/.ssh/config #277
Loading…
x
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 current behavior
If there is no
Host
specification in~/.ssh/config
for the host you're trying to connect to, abra looks for ~/.ssh/identity instead of ~/.ssh/id_rsa as the identity file.Steps to reproduce
abra app logs <app>
Describe the expected behavior
it should fall back to id_rsa.pub
Any idea how this might be fixed?
probably change the def file?
@decentral1se
dddf84d92b