Salut Aristophe,
Lorsqu'il a dit 'I can ssh to a shell' cela voulait dire qu'il a accédé à l'application Terminal de son appareil à travers son propre Terminal (sur son ordi), c'est le SSH, je te renvoie
à la doc pour plus d'information 😉 Alors maintenant que appliquer cela pour Ubuntu Touch, il faudrait regarder sur internet
Par contre, j'utilisais Ubuntu Touch sur mon Galaxy Nexus la semaine dernière et je possédais une application terminal, d'où ma question es-tu sûr de ne pas avoir cette application aussi sur ton appareil?
Edit: Trouvé sur la doc officielle -
Pour accéder au tél avec ssh
2) Skip this step if you've already installed the openssh-server and ssh package on both the device and your computer. Otherwise, run sudo apt-get install openssh-server and sudo apt-get install ssh as necessary.
3) After you connect your device to wifi, run ifconfig wlan0 on the device's terminal or ip addr show wlan0 on the phablet shell to get its IP address (inet addr:). You will need this number for step 5. For the ifconfig option, you may need to enable the /proc filesystem by running: sudo mount -t proc proc /proc.
4)Press the Ctrl+D key combination 3 times to successively exit all shells. Alternatively, you can start a new terminal (Ctrl+Alt+T) to run the command in the next step.
5)Run ssh phablet@ipaddress_of_device to connect to the device. If you're connecting for the first time, you'll be prompted to add the device to your list of known hosts, so accept the prompt.