Mosh: Difference between revisions
imported>Exyi Add general info about mosh usage and instalation |
m Fix typo in header Tags: Mobile edit Mobile web edit Visual edit |
||
| (One intermediate revision by one other user not shown) | |||
| Line 3: | Line 3: | ||
See the [https://search.nixos.org/packages?show=mosh&query=mosh mosh Package] and [https://search.nixos.org/options?query=programs.mosh mosh Options] | See the [https://search.nixos.org/packages?show=mosh&query=mosh mosh Package] and [https://search.nixos.org/options?query=programs.mosh mosh Options] | ||
== | == Installation == | ||
=== Client === | === Client === | ||
| Line 51: | Line 51: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Then reconnect with mosh. | Then reconnect with mosh. Note that lingering is enabled by default in NixOS >= 16.09. | ||
As a workaround, it is also possible to set an alias in the user's shell on the server wrapping <code>mosh-server</code> to keep the session around. | As a workaround, it is also possible to set an alias in the user's shell on the server wrapping <code>mosh-server</code> to keep the session around. | ||