-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BIT can't unlock my ssh key anymore #1551
Comments
You are using a quite old (but well-known working) BiT version (v1.2.1) which does not yet support the new Your problems are most probably caused by a semantical change in the Python a) try to apply this work-around described in our README: b) or manually install our latest release where the problem has been fixed in BiT to support the new Edit: It would be great to try a) first to minimize other "side effects" when trying to find the exact reason for this problem. I am also just unsure of the impact of running BiT as root while using the keyring to store the ssh password in BiT v1.2.1. It would be great to show us your (anonymized) configuration here in case a) does not work. |
Thanks for the lightning-fast answer. I went ahead to add the stable repo and install the latest version. I wasn't aware of the fact that my BIT version was so old (seems like 4 years old). The issue went away immediately. So, could be that my upgrade to the next LTS version changed some python packages I guess. If you want me to provide any further infos or try something out, I'm happy to contribute. Would be even happy to downgrade again and collaborate if needed. Otherwise I would mark this as solved. Thanks! |
Just for documentation purposes here: Which "stable repo" did you use and which BiT version are you using now?
Happy to hear that :-) So you can close the issue if you are absolutely sure (or re-open it again later) |
Oh, sorry for not clarifying. I added |
I've been using BIT for years with an ssh setup. I run BIT locally as root and ssh into my server that I use for storing the backups. I recently upgraded the machine from which I am starting BIT from Ubuntu 20.04 to 22.04. Can't tell if this has something to do with this issue though because since the upgrade I have been successfully making backups until yesterday. So maybe this is not the causing issue.
It seems like BIT (or cron?) can't unlock my ssh key anymore. I can say with 100% certainty that the ssh key is working and can be unlocked with the provided password. If I do a "ssh backupuser@backupserver" (dummy names) I can unlock the root ssh key with the given password and ssh into the backup server.
This is the output of starting backintime-qt from cli, it seems like there is some importing issue:
backintime --diagnostics
doesn't seem to work on my machine, I get told--diagnostics
is an unknown argument.I have backintime installed from package sources:
Would be great if someone could help me figure this out. Please let me know if I need to provide any more info.
The text was updated successfully, but these errors were encountered: