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.
The machine automatically tries to connect every ten seconds with it's key, but the server doesn't know the key. How can I let the machine connect to the server?
– henry86 Dec 30 '20 at 10:14