Hello. I have two mikrotik hap lite routers. The first one is configured, the second one is brand new. The only way to access to the first router - ssh with generated key. I don’t use winbox at all, so i disable winbox and other unnecessary services. I want to restore my first router configuration on the second one. I made a backup on the first one, upload it with scp to the second one and executed
/system backup load name=miktorik.backup
Since reboot of the second router i have had no access via ssh. Each time i try to connect
ssh username@192.168.88.1
i get a error about “dirty things”, “MITM attack” and so on. As far as i understand the second miktorik doesn’t accept my private key. So my questions are: how to avoid it and what should i do before make a backup of configuration on the first router to guarantee access to the second router after restoring configuration?
Thanks in advance.
P. S. I don’t want to reconfigure ssh access to allow password login. I prefer stay with key access.