[Plug-In] Mosh, the mobile shell


Recommended Posts

Mosh is an SSH replacement that works better over long distances and with intermittent connectivity. The "killer feature" for me is that I can sleep my laptop and not worry about losing my connection.

 

https://raw.githubusercontent.com/coppit/unraid-mosh/master/mosh.plg

 

This is a V6-only plugin

 

After installing this plugin, visit http://mosh.mit.edu/ and install a client on the computer that you wish to connect to the server with.

  • Like 1
Link to comment

Coppit how does this work? Do you simply install it and it takes over? So next time I putty to unRAID it is "using" the improved SSH?

 

Sadly I get many interruptions when using SSH to one of my Ubuntu VM's... I assume I would have to install Mosh into my Ubuntu VM...

 

Thanks for this.

Link to comment
  • 1 month later...

I'm trying this out and getting the following error:

 

--------------

Trying authentication type Password

Password:

Bad response when running mosh-server: 'mosh-server: error while loading shared libraries: libutempter.so.0: cannot open shared object file: No such file or directory

SSH Login failed.

Mosh has exited.

Press "x" to close the window.

------------

 

 

Any ideas?

Link to comment

I'm trying this out and getting the following error:

 

--------------

Bad response when running mosh-server: 'mosh-server: error while loading shared libraries: libutempter.so.0: cannot open shared object file: No such file or directory

------------

 

Any ideas?

 

Unraid 6 right? On my system, it's at /usr/lib64/libutempter.so.0

Link to comment

I'm trying this out and getting the following error:

 

--------------

Bad response when running mosh-server: 'mosh-server: error while loading shared libraries: libutempter.so.0: cannot open shared object file: No such file or directory

------------

 

Any ideas?

 

Unraid 6 right? On my system, it's at /usr/lib64/libutempter.so.0

Not in bzroot, so probably installed as part of screen, maybe by Nerdpack.
Link to comment

Not in bzroot, so probably installed as part of screen, maybe by Nerdpack.

 

Right you are. I've included the dependency. Can you try it now?

 

Note that if someone uninstalls NerdPack, it's going to uninstall libutempter and break mosh. I've pinged eschultz to see if we can resolve this.

Link to comment
  • 3 years later...
  • 3 weeks later...
  • 3 weeks later...
On 4/13/2019 at 9:07 PM, pluginCop said:

This plugin has now been marked as being incompatible with unRaid 6.7.0+ until such time as it is updated to support the updated libaries.

Is there any way for force an install? It’s easy enough to fix once installed, but now it’s dissappeared from my system after an upgrade and now I obviously can’t install it.

Link to comment
  • 8 months later...
On 5/5/2019 at 4:15 AM, Fizzyade said:

It’s easy enough to fix once installed

Man i love those forum entries .. they are up top there with the classics:

  • "nevermind, i fixed it"
  • "why would you want to do that?"
  • and "have you tried turning it off and on again"

Could someone please add some information on how to fix this issue. How do i link which library where?

EDIT:

nevermind, i fixed it. google helped.

EDIT2:

ln -s /usr/lib64/libssl.so.1.1 /usr/lib64/libssl.so.1
ln -s /usr/lib64/libcrypto.so.1.1 /usr/lib64/libcrypto.so.1

You are Welcome

Link to comment
On 1/17/2020 at 11:43 PM, prash3r said:

Man i love those forum entries .. they are up top there with the classics:

  • "nevermind, i fixed it"
  • "why would you want to do that?"
  • and "have you tried turning it off and on again"

Could someone please add some information on how to fix this issue. How do i link which library where?

EDIT:

nevermind, i fixed it. google helped.

EDIT2:


ln -s /usr/lib64/libssl.so.1.1 /usr/lib64/libssl.so.1
ln -s /usr/lib64/libcrypto.so.1.1 /usr/lib64/libcrypto.so.1

You are Welcome

Or install it from nerdpack.  This plugin is basically deprecated.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.