July 21, 201511 yr 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.
July 21, 201510 yr 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.
July 21, 201510 yr Author You'll need to install and use a client. See http://mosh.mit.edu/. There's a Chrome client that works, for example. Since I'm on Mac, I use homebrew to install a client.
July 22, 201510 yr I must have been trying while you were in the middle of updating. I guess when I reinstalled, it happened right around the time you updated. Thanks!
August 27, 201510 yr 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?
September 4, 201510 yr Author 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
September 4, 201510 yr 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.
September 5, 201510 yr Author 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.
March 27, 20197 yr Just a quickie, will this be updated for the 6.7.0 versions? I installed the RC and it breaks mosh as it links to updated libraries, I created links to the libraries as mosh expected and it runs fine. just a heads up for anybody using this.
April 13, 20197 yr 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.
May 5, 20197 yr 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.
May 5, 20197 yr 22 minutes ago, Fizzyade said: but now it’s dissappeared from my system after an upgrade and now I obviously can’t install it. In CA settings, you can have it display incompatible apps
May 6, 20197 yr On 5/5/2019 at 3:38 AM, Squid said: In CA settings, you can have it display incompatible apps Awesome, mosh is back working on the latest rc now for me. if I renable the option to hide incompatible apps will mosh remain installed?
May 6, 20197 yr 9 hours ago, Fizzyade said: if I renable the option to hide incompatible apps will mosh remain installed? yes
January 17, 20206 yr 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
January 24, 20206 yr 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.
Archived
This topic is now archived and is closed to further replies.