There is currently 1 user online.
Updated to support IPv6, requires perl-IO-Socket-IP
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
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
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
Comments
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