Replies: 9 comments 7 replies
-
I have an ssh config and it works fine.. |
Beta Was this translation helpful? Give feedback.
-
The error message seems to be permission related. Check your ssh config permissions. |
Beta Was this translation helpful? Give feedback.
-
Same here. Had my |
Beta Was this translation helpful? Give feedback.
-
This is for all users out there that may or may not encounter the same problem. What I did to test and finally fix my problem :
Now let's "brake" it:
Now let's "fix" it:
Should the message ""ERROR: Connection closed by remote host. Is borg working on server" also include the warning |
Beta Was this translation helpful? Give feedback.
-
Yes, I think that would be for the best |
Beta Was this translation helpful? Give feedback.
-
So the issue to solve here is displaying the ssh error messages, instead of overwriting them.
|
Beta Was this translation helpful? Give feedback.
-
Thanks @cerebrux the workaround eventually worked. I think this should have a higher priority especially since the error message is not clear. Host ssh.dev.azure.com
User git
AddKeysToAgent yes
UseKeychain yes
IdentityFile ~/.ssh/work_azure_rsa
IdentitiesOnly yes
Host *
User git
IdentityFile ~/.ssh/id_rsa
IdentitiesOnly yes
AddKeysToAgent yes
UseKeychain yes
|
Beta Was this translation helpful? Give feedback.
-
What is weird is that with same ~/.ssh/config (world readable)
So appart the message being unclear, maybe vorta is trying to oversmart something ? |
Beta Was this translation helpful? Give feedback.
-
I just experienced the same problem with flatpak install. I uninstalled, then installed with This is in Linux Mint 20 with 0.8.6. |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
The Vorta Backup does not work if there is a
config
file with settings in.ssh/
To Reproduce
Steps to reproduce the behavior:
Then to workaround it do:
mv .ssh/config .ssh/myconfig-backup
Desktop (please complete the following information):
Additional context
When the error occurs, logs are displaying :
When I apply the workaround, logs are displaying:
I'm not sure, but it seems related to #526
Beta Was this translation helpful? Give feedback.
All reactions