that's an interesting approach to PC connectivity. Why be a serial port or a mass storage device when you can just be ETHERNET, with a virtual network to the tablet.
the SSH is also weird: It's not a fixed password. It apparently generates a random password, and if you go into the menus (Menu->Settings->Help->Copyright and licences) it'll tell you the SSH password it generated
I guess that's a good (or at least not terrible?) way to do it. It's slightly more secure, you're not going to get hacked by someone SSHing into your tablet because you're on their wifi, but anyone with physical access can SSH in if they need to
still you could have skipped all of this and just made it a serial port. you don't need authentication if it's a serial port.
I guess doing it this way makes it possible to reuse the same functionality to connect to the device from both wifi and USB? Since it's just some kind of linux machine.
@foone and it means you can scp and rsync without anything fancy.
@tithonium @foone and they have a built in web server that runs on that interface to drag&drop files between the device and your big computer
@dalias @jpm @tithonium @foone With NetworkManager you can just give it a "shared" profile and it runs a DHCP server and sets up appropriate routing automatically. Then you can access the device without checking its IP over mDNS.