mosh

Rating: 
5
Your rating: None Average: 5 (6 votes)

Updated to support IPv6, requires perl-IO-Socket-IP

Keywords:

Application versions: 
AttachmentSizeDate
File mosh-1.2.5-10.5.2.jolla_.armv7hl.rpm166.71 KB06/09/2015 - 10:19
File mosh-1.2.4-10.2.1.jolla_.armv7hl.rpm159.78 KB11/03/2015 - 08:46

Comments

ummon's picture

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's picture

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's picture

Works out of the box for me.

 

Many many thanks! If you need to ssh via your phone, Mosh is an absolute must!

NielDK's picture

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