-
Notifications
You must be signed in to change notification settings - Fork 154
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
Problem creating sync #459
Comments
Tried @0.16 and mutagen-beta (again via brew), same error message. |
Some logs:
Looks like it does succeed in putting a 7.0M .mutagen-agenthashhashhash file on the remote. Moving this file to |
Hey @jennifgcrl, thanks for reporting the problem. I've seen a similar issue happen with Go-based SSH servers, but I haven't been able to reproduce it myself. The fact that this is happening with OpenSSH is interesting. Is there anything unique about the Oh, also, is there anything special that you're doing to access this host from the client, e.g. In the meantime, the workaround you've found (manually installing the agent binary) is the suggestion that I usually offer. |
I have a similar issue, with a slightly different result:
I'm using tailscale SSH (which as you mentioned, is a go-based ssh server). |
I implemented a fix for Go-based SSH servers using A way mutagen could address this issue is by changing the file mode after upload. I believe OpenSSH respects the |
Hi, I'm running into a problem with
mutagen sync create
:Local machine:
Remote:
Here's the command output:
ssh server
works, as doesscp -r ./folder server:folder
.I've tried variations
root@server:folder
,root@server:22:folder
,root@server:22:~/folder
,root@server:22:/root/folder
, and they all run into the same error message.The text was updated successfully, but these errors were encountered: