I have currently lost my servers data and needed to restore the server from the backup. But the backup is too old for the server to know the machines ssh key.
Server ----------------------------------- Machine
(doesn't know public key of machine) --------------------- (has private and public key)
Machine tries to connect to the server, every 10 seconds. I can see the attempts in the log.
How can I give the machine (at least temporarily) access to the server? Disabling authentication doesn't seem to be possible with ssh?
The machine is too far away, so that i can't go there and get the public key again and can't give it a new key.
So is there any chance to let the machine connect to my server?
Note that the machine is out in the wilderness, so no human can easily access it.