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
When I try to create a repository I see those 2 lines being logged:
2024-06-09 21:51:09,250 - vorta.borg.borg_job - WARNING - Remote: [email protected]: Permission denied (publickey,keyboard-interactive).
2024-06-09 21:51:09,251 - vorta.borg.borg_job - ERROR - Connection closed by remote host. Is borg working on the server?
My key has a passphrase and I added it to the ssh-agent right before trying to create a new repository. My .ssh/config file doesn't contain anything special, and I even specifically select the corresponding private key in Vorta.
When I run ssh [email protected] I log in instantly - without being asked for a passphrase because I added it to the SSH agent.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When I try to create a repository I see those 2 lines being logged:
My key has a passphrase and I added it to the ssh-agent right before trying to create a new repository. My .ssh/config file doesn't contain anything special, and I even specifically select the corresponding private key in Vorta.
When I run
ssh [email protected]
I log in instantly - without being asked for a passphrase because I added it to the SSH agent.What's happening?
Beta Was this translation helpful? Give feedback.
All reactions