Page 1 of 1

Cannot SSH into RP

Posted: Mon Jul 06, 2015 1:53 pm
by Mark Corrigan
I have a Red Pitaya connected up to my Linux box via Ethernet (on a connected wired network) running Ubuntu 14.04. I'm trying to start a secure shell with;

Code: Select all

root@192.168.1.100
I'm then prompted for the password for root to which I reply "root" as instructed on the RP wiki. However, when I do I get the error

Code: Select all

"Permission denied(publickey,password)."
It looked like all I needed to do from the wiki was what I've said above, can somebody offer some help?

The image on the SD card is totally fresh and is the ecosystem version 0.93-14

(Moved this from my post on Hardware thread as didn't seem appropriate there)

Thanks!

Re: Cannot SSH into RP

Posted: Tue Jul 07, 2015 12:55 pm
by redpitaya
Hi,
Try to run this command
ssh-copy-id root@192.168.1.100
Type “yes”
Then go to
ssh root@192.168.1.100
Regards

Re: Cannot SSH into RP

Posted: Wed Jul 08, 2015 1:39 pm
by Mark Corrigan
I managed to sort this out, quite embarrassing but I had set my local wired connection as the same IP as DHCP settings gave the red pitaya. I appreciate the help anyway!