Closed thecjharries closed 6 years ago
Can you upload an example key that causes this issue?
This is interesting. I can't duplicate the bug anymore. This is the key I was using before. It does not have a passphrase.
-----BEGIN OPENSSH PRIVATE KEY-----
b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAAAMwAAAAtzc2gtZW
QyNTUxOQAAACDB65AXTa+8d8mbXPBTvwYDGn8wZ5QuMQGiDBXcQpji0QAAAKAj9R1lI/Ud
ZQAAAAtzc2gtZWQyNTUxOQAAACDB65AXTa+8d8mbXPBTvwYDGn8wZ5QuMQGiDBXcQpji0Q
AAAED+75kcrQjmi3liVQTQcTiC2eTWBPg+7C8/9ik1BiPa1cHrkBdNr7x3yZtc8FO/BgMa
fzBnlC4xAaIMFdxCmOLRAAAAHGNqaGFycmllc0BneGMtZmVkb3JhLTI4LndvdHcB
-----END OPENSSH PRIVATE KEY-----
However, I can't reproduce this now. I tried reloading the key and it works. I generated a proper key with a passphrase and that worked too. Between now and then I noticed I was pointing to the wrong file in $SSH_AUTH_SOCK
, but I haven't changed anything else. Pointing to the wrong file again didn't cause the issue.
Chalk this up to something I must have done. I'm closing the issue. Thanks for taking the time to respond. I really appreciate the work you've done with this project. I'm sorry I reported an error on my end.
I was interested in generating some new keys and testing out upgrading some of the boxes I support. At the moment, KeeAgent won't load any
ed25519
keys. It fills the comment box with<Error loading key from attachment>
, similar to #190.To verify the issue, I tried several things:
ed25519
key: didn't worked25519
key without a passphrase: didn't workrsa
key: that workedI'm new to debugging KeePass. I know what I've provided isn't a lot to go on. Are there logs I can attach that would be useful? Is there I should try to fix it myself (e.g. updating things, which I've done; this is a completely fresh install of everything). A bit later in the week I can build a Vagrant box to see if I can duplicate the issue elsewhere.