I have been following the instructions at https://ubuntu.com/appliance/plex/raspberry-pi#macos to install plex onto a RPI.
Since I want to mount a NAS drive locally, I need to be able to ssh to the appliance.
Unfortunately, the instructions on how to connect via ssh do not work:
ssh <Ubuntu SSO user name>@<device IP address>
I have been looking on the web on how to ssh to plex. I found that I should use an ssh tunnel:
ssh <device IP address> -L 8888:localhost:32400
Now, the only missing parts are the credentials. What are the default credentials to ssh to the appliance?
This was my absolute mistake. I did not follow the steps completely.
I assumed that I could plug and access the appliance via ssh with once the image was put on the SD card. I disregarded the step where you need to plugin a keyboard and a screen to the RPI.
Once the appliance boots up, it asks for your Ubuntu One email address. With that, it creates your local account and copies over your SSH key…