Support intro
Sorry to hear you’re facing problems. 
The community help forum (help.nextcloud.com) is for home and non-enterprise users. Support is provided by other community members on a best effort / “as available” basis. All of those responding are volunteering their time to help you.
If you’re using Nextcloud in a business/critical setting, paid and SLA-based support services can be accessed via portal.nextcloud.com where Nextcloud engineers can help ensure your business keeps running smoothly.
Getting help
In order to help you as efficiently (and quickly!) as possible, please fill in as much of the below requested information as you can.
Before clicking submit: Please check if your query is already addressed via the following resources:
- Official documentation (searchable and regularly updated)
- How to topics and FAQs
- Forum search
(Utilizing these existing resources is typically faster. It also helps reduce the load on our generous volunteers while elevating the signal to noise ratio of the forums otherwise arising from the same queries being posted repeatedly).
Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can. ![]()
The Basics
- Nextcloud Server version (e.g., 29.x.x):
Nextcloud AIO
- Operating system and version (e.g., Ubuntu 24.04):
Debian Trixie
- Web server and version (e.g, Apache 2.4.25):
Nextcloud AIO
- Reverse proxy and version _(e.g. nginx 1.27.2)
nginx
- PHP version (e.g, 8.3):
Nextcloud AIO
- Is this the first time you’ve seen this error? (Yes / No):
Yes
- When did this problem seem to first start?
Today
- Installation method (e.g. AlO, NCP, Bare Metal/Archive, etc.)
AIO
- Are you using CloudfIare, mod_security, or similar? (Yes / No)
No
Summary of the issue you are facing:
I have a borg repository accessible through SSH and I needed to move it from one server to another one. Now backup does not work anymore. I see the following error:
2025-12-17T10:47:29.616871293Z SSH command line: [‘ssh’, ‘-o’, ‘StrictHostKeyChecking=accept-new’, ‘-i’, ‘/nextcloud_aio_volumes/nextcloud_aio_mastercontainer/data/id_borg’, ‘-p’, ‘8022’, ‘backup@b68.krzm.de’, ‘borg’, ‘serve’, ‘–debug’]
2025-12-17T10:47:29.832280829Z Remote: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
2025-12-17T10:47:29.832353736Z Remote: @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
2025-12-17T10:47:29.832359497Z Remote: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
2025-12-17T10:47:29.832362943Z Remote: IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
2025-12-17T10:47:29.832366059Z Remote: Someone could be eavesdropping on you right now (man-in-the-middle attack)!
2025-12-17T10:47:29.832369244Z Remote: It is also possible that a host key has just been changed.
2025-12-17T10:47:29.832372530Z Remote: The fingerprint for the ED25519 key sent by the remote host is
2025-12-17T10:47:29.832376237Z Remote: SHA256:RRRc0lx+hKtgDK2Rw8rvtC1OGKPnrNSlkabCqqSIh0o.
2025-12-17T10:47:29.832379704Z Remote: Please contact your system administrator.
2025-12-17T10:47:29.832382950Z Remote: Add correct host key in /root/.ssh/known_hosts to get rid of this message.
2025-12-17T10:47:29.832447191Z Remote: Offending ED25519 key in /root/.ssh/known_hosts:3
2025-12-17T10:47:29.832451028Z Remote: Host key for [XXX]:8022 has changed and you have requested strict checking.
2025-12-17T10:47:29.832454184Z Remote: Host key verification failed.
My question: How do I fix that in the borgbackup container of AIO? I have no way of running the container such that I could exec into it and change the known_hosts file.
Steps to replicate it (hint: details matter!):
-
Move an existing borg repository from one host to another
-
Create a new backup
Log entries
Nextcloud
See above