I'm using Openwrt Kamikaze 8.09
By default with Dropbear I can use scp.
But, when I install OpenSSH and remove Dropbear, I can't scp anymore.
$ scp file.txt root@192.168.1.1:/root/
root@192.168.1.1's password:
ash: scp: not found
lost connection
How can I make scp work?
ps.: scp -vvv
http://pastebin.ca/1432921
Thank you