- flash 101 firmware and using tftp command to upload all files in /mnt to 5671's /mnt
cd /tmp
tftp -g -r sshd.tar.gz 192.168.1.2
tar -xzvf sshd.tar.gz -C /
- flash latest 205 firmware which have getshell script.
flash MA5671V800R016C00SPH205_common_all_with_getshell.bin by web
- after that login into using ssh client with id_rsa
cp /mnt/jffs2/hw/id_rsa ~/.ssh
chmod 600 ~/.ssh/id_rsa
ssh root@192.168.100.1