Completely new to OpenWrt although I have looked at it for quite a while.
I have an Xiaomi AX3600 which id like to install it on, I have tried my best to follow the guide but I'm struggling getting the file into tmp file. SSH has been enabled (I'm fairly sure) but I just cannot get the firmware into the tmp... I get this message.
I enter (file is on my Mac desktop)
scp Desktop/openwrt-23.05.0-ipq807x-generic-xiaomi_ax3600-initramfs-factory.ubi root@192.168.31.1:/tmp
Get this back
Unable to negotiate with 192.168.31.1 port 22: no matching host key type found. Their offer: ssh-rsa
Host '192.168.31.1' is not in the trusted hosts file.
(ssh-rsa fingerprint sha1!! 99:c2:25:db:3a:29:6e:73:c8:e5:de:ba:cc:90:2b:e8:77:b0:bd:93)
Do you want to continue connecting? (y/n) y root@192.168.31.1's password:
desktop/openwrt-23.05.0-ipq807x-generic-xiaomi_ax3600-initramfs-factory.ubi: No such file or directory
root@XiaoQiang:~#
clearly yes if you know what you're doing. You've obviously got nothing better to do than be a keyboard basher. If you can't help then don't comment?
Everyone has to start somewhere right?
That suggests you're running the scp command over your ssh session on your router, but you want to copy the image from your computer to your router, e.g. via winscp xor ssh -O wherever/image.bin root@192.168.31.1:/tmp/.
Thankyou, I was in the router yes. When I do it from the local machine I get ‘unable to negotiate with 192.168.31.1 port 22: no matching host key type found.Their offer: ssh-rsa