TP-Link EAP225V2.1

Folks

I am using the script on openwrt site for install by mostly cut and paste.

I use KDE on my laptop and so for ssh access, I installed openssh-client-ssh1 (my SSH was not working). Then I am able to use ssh as well as telenet using the hack.

After I am in SSH into the device this command fails:

$ ssh -oPubkeyAcceptedAlgorithms=+ssh-rsa -oHostKeyAlgorithms=ssh-rsa -oKexAlgorithms=+diffie-hellman-group1-sha1 admin@${device-ip} "dd if=/usr/bin/uclited" > uclited
-sh: ssh: not found

What am I doing wrong. Appreciate if I can get any pointers?

Thank you.

This command should run on your PC not the router. That form of ssh logs into the remote machine and executes one command (dd in this case) Or you could ssh to the router and run the dd command as a separate step.

Thank you so much. It worked like a charm after that.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.