I've had a Yun running for several months and recently changed the name and password for the Yun. It's writing data to the SD card and I want to copy that data to a file on my (Ubuntu) PC.
Previously this code worked in Terminal:-
bill@bill-Vostro-3470:~$ sshpass -p 'xxxxxx' scp root@192.168.1.138:/mnt/sda1/meter_E.txt /home/bill/Downloads/yundata.txt
Now I get an error:-
Unable to negotiate with 192.168.1.138 port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dss
I'm a bit lost here so any advice is welcome.