Skip to content
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

Better handling of host key changes in remote filesystem sync #549

Open
ml-evs opened this issue Jan 24, 2024 · 0 comments
Open

Better handling of host key changes in remote filesystem sync #549

ml-evs opened this issue Jan 24, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request server

Comments

@ml-evs
Copy link
Member

ml-evs commented Jan 24, 2024

Sometimes the backup servers change host key, for whatever reason, and this makes them unable to sync. We should probably keep host key checking enabled, to protect ourselves from any man-in-the-middle attacks, but somehow it should be more automatic to rectify this issue when it occurs.

I would suggest a scheduled ping to the remote filesystems that checks their status and reports it at a healthcheck endpoint in the API. That way, diligent admins can decide to monitor the status and manually rectify where necessary. As it stands, this would require the integration of a scheduler such as APScheduler, as is also required for the scheduled backups (see discussion at #467).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request server
Projects
None yet
Development

No branches or pull requests

1 participant