As far as I understand the problem only exists on devices with support for newer android versions because protobuf-3.9 seems to be a dependency with the newer android support. On the original Jolla or Xperia X this mosh package is still working. Only on XA2 and Xperia 10 (Plus) the protobuf dependency problem seems to exist.
Hi. Looks like SFOS 3.2 ships with protobuf-3.9, but this mosh package depends on older protobuf-2.6. So it cannot be installed anymore.
Anyway, thanks for packaging this program!
Comments
ummon
Tue, 2020/10/13 - 19:33
Permalink
As far as I understand the problem only exists on devices with support for newer android versions because protobuf-3.9 seems to be a dependency with the newer android support. On the original Jolla or Xperia X this mosh package is still working. Only on XA2 and Xperia 10 (Plus) the protobuf dependency problem seems to exist.
Thanks for your work here.
jupito
Tue, 2019/11/26 - 09:38
Permalink
Hi. Looks like SFOS 3.2 ships with protobuf-3.9, but this mosh package depends on older protobuf-2.6. So it cannot be installed anymore.
Anyway, thanks for packaging this program!
silverhook
Sun, 2016/12/18 - 00:44
Permalink
Works out of the box for me.
Many many thanks! If you need to ssh via your phone, Mosh is an absolute must!
NielDK
Thu, 2014/07/10 - 23:43
Permalink
For anyone with issues (unable to connect) here is a few hints
(as root)
nano -w /etc/ssh/sshd_config
Change:
UsePAM no
To:
UsePAM yes
or, simply
sed -i 's/#UsePAM\ no/UsePAM\ yes/g' /etc/ssh/sshd_config
also edit your ~/.bashrc file to include
export LC_ALL=en_US.UTF-8