summaryrefslogtreecommitdiff
path: root/net/mosh/MESSAGE
diff options
context:
space:
mode:
authoragc <agc>2012-07-20 03:15:29 +0000
committeragc <agc>2012-07-20 03:15:29 +0000
commitdef75944fb9662baf6874cd0a1867043079f4cf6 (patch)
treeb9a775e10a3c89e640db2bbd3858ef58350cd406 /net/mosh/MESSAGE
parentea08e4c51631e3decfea12db1a1291e8cecb1830 (diff)
downloadpkgsrc-def75944fb9662baf6874cd0a1867043079f4cf6.tar.gz
import mosh-1.2.2 into the packages collection.
Mosh is a Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes. Mosh is a replacement for SSH. It's more robust and responsive, especially over Wi-Fi, cellular, and long-distance links.
Diffstat (limited to 'net/mosh/MESSAGE')
-rw-r--r--net/mosh/MESSAGE19
1 files changed, 19 insertions, 0 deletions
diff --git a/net/mosh/MESSAGE b/net/mosh/MESSAGE
new file mode 100644
index 00000000000..1e33b2ebc86
--- /dev/null
+++ b/net/mosh/MESSAGE
@@ -0,0 +1,19 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2012/07/20 03:15:29 agc Exp $
+===========================================================================
+
+To invoke the server, you need to use a UTF-8 character set, and
+a hard-coded string of "new" (to make mosh-server use getopt). e.g.
+
+ % env LC_CTYPE="en_US.UTF-8" mosh-server new -i 192.168.98.130
+ MOSH CONNECT 60001 2zDOoujUVJ1AW4YFYw36sg
+ %
+
+and to connect to that server, the invocation is
+
+ % env LC_CTYPE="en_US.UTF-8" MOSH_KEY=2zDOoujUVJ1AW4YFYw36sg \
+ mosh-client 192.168.98.130 60001
+
+Please note that this package uses UDP, and so packets may be filtered
+in certain environments.
+===========================================================================