Skip to content

Commit

Permalink
services: Add the udp terminal server mosh
Browse files Browse the repository at this point in the history
Mosh is a very useful terminal server that works over udp and that
is perfect for working with high latency connections and can keep
the connection to the server open when roaming IPs. This patch
adds a default service file for mosh to make its users lives easier.

Signed-off-by: Antoni S. Puimedon <asegurap@redhat.com>
Signed-off-by: Jiri Popelka <jpopelka@redhat.com>
  • Loading branch information
celebdor authored and jpopelka committed Oct 22, 2014
1 parent dc8cded commit 4288482
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ EXTRA_DIST = \
services/libvirt-tls.xml \
services/libvirt.xml \
services/mdns.xml \
services/mosh.xml \
services/mountd.xml \
services/ms-wbt.xml \
services/mysql.xml \
Expand Down
6 changes: 6 additions & 0 deletions config/services/mosh.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<service>
<short>Mobile shell that supports roaming and intelligent local echo.</short>
<description>Mosh is a remote terminal application that supports intermittent network connectivity, roaming to different IP address without dropping the connection, intelligent local echo and line editing to reduct the effects of "network lag" on high-latency connections.</description>
<port protocol="udp" port="60000-61000"/>
</service>

0 comments on commit 4288482

Please sign in to comment.