You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the same issue as #1198. I reopen it here following advice by @buhtz.
Symptom:
When trying to access a(n encrypted) snapshot directory via ssh, the ssh key cannot be unlocked despite giving the correct password. The exact error message is the one in the title.
Things I have tried so far:
Re-installing BiT and starting with a fresh configuration did not solve the problem.
Checking that ssh-add /home/$user/.ssh./id_rsa works and that ssh-add -l lists the added key.
Checked that I can ssh into the remote location that BiT cannot access.
Information requested by @buhtz
I run BiT in normal user mode, not in root mode (which always worked until now). ls -l gives the following permission info on my keys:
This is the same issue as #1198. I reopen it here following advice by @buhtz.
Symptom:
When trying to access a(n encrypted) snapshot directory via ssh, the ssh key cannot be unlocked despite giving the correct password. The exact error message is the one in the title.
Things I have tried so far:
ssh-add /home/$user/.ssh./id_rsa
works and thatssh-add -l
lists the added key.Information requested by @buhtz
I run BiT in normal user mode, not in root mode (which always worked until now).
ls -l
gives the following permission info on my keys:Thanks for your time!
The text was updated successfully, but these errors were encountered: