Q: ssh to WebOS login credential?

I could SSH to WebOS installed RPi (hostname: raspberrypi3), and it was asking login credential. I tried ‘pi/raspberry’ combination but didn’t work. Then what is it?

Thanks.

Hi ~
Login credential is user name is root. No password is required.

3 Likes

It works. Thanks a lot!

use following command

$ssh root@<ip-address of raspberrypi device>
1 Like