-
Notifications
You must be signed in to change notification settings - Fork 13
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
rsync does not work after adding new key #44
Comments
Very good point! |
Actually: this should not be happening! |
For example: if you set the |
Strange. Maybe I misdiagnosed the problem, sorry about that. I can't reproduce the bug right now because I have updated by I did add |
When the Remarkable tablet is updated, the SSH server has a new key, which requires to update the
known_hosts
file on the client side.Remy offers several options, the first one being, IIUC, to add a
known_hosts
file in~/.config/remy
, and use that one for SSH connection.The problem is: once that is done, my rsync based config does not work anymore, because while Remy manages to SSH to the Remarkable, the subsequent rsync does not.
If there is a way to configure rsync to use
~/.config/remy/known_hosts
instead of the default one, it should be used. Otherwise, the option to automatically add the new ket should have a big red warning "this will break your rsync based configs".The text was updated successfully, but these errors were encountered: