Page 1 of 1

ssh problem between rpi and Jetson

Posted: Sun Oct 27, 2019 3:05 pm
by G4WIM
Wonder if anyone has come across this issue ?

I can ssh from my PC into Jetson and run various scripts etc and all is good.

However when I try the Portsdown RPI interface there seems to be no connection despite have all the correct passwords and IP addresses etc.

This problem only shows itself on a new image just built for the Jetson, all works ok on my old original image.

Seems the new image will only talk to my PC - I'm using the instructions from the wiki which are a bit dated so maybe something has changed in the meantime ?

73 Tim

Re: ssh problem between rpi and Jetson

Posted: Sun Oct 27, 2019 3:13 pm
by g0mjw
Did you remember to create the ssh file in the root of the SD card?

Alternatively, perhaps you have a different user name on the jetson ?

Re: ssh problem between rpi and Jetson

Posted: Sun Oct 27, 2019 3:45 pm
by G4WIM
Hi Mike,

the rpi side is working fine - problem is with the jetson. Almost as though I have wrong ip or user or password set but I haven't as they all work fine when I ssh from my PC - just the rpi which objects to this particular image.

Currently building another jetson image but headless just for kicks.

Still have my original jetson image which works ok - just thought I'd try the latest release from Evariste as he's made some changes to libdvbmod

73 Tim

Re: ssh problem between rpi and Jetson

Posted: Sun Oct 27, 2019 5:05 pm
by g0mjw
Exactly how do you ssh?

ssh -l username ip_address ?

add a -v switch for more debug

Mike