aboutsummaryrefslogtreecommitdiffhomepage
path: root/man
Commit message (Collapse)AuthorAge
* Rename and document --predict-overwrite.Gravatar John Hood2017-08-02
|
* Clarify that -p does not affect SSH portGravatar Ashish Gupta2016-11-19
|
* Put spin debug under -vv flag, and add to mosh-clientGravatar John Hood2016-11-06
|
* Add --no-ssh-pty option.Gravatar John Hood2016-09-19
| | | | | | This eliminates issues with typeahead being echoed by the remote pty and corrupting remote output from mosh-server to the mosh script, but cannot be made default because older mosh-servers require a pty.
* Allow server to bind an OS-selected UDP port with `-p 0`.Gravatar John Hood2016-09-19
| | | | | It looks like Mosh used to be able to do this but the capability was lost when port ranges were added in 141ec23.
* http -> https links for mosh.orgGravatar Keith Winstein2016-08-12
|
* Update website location (mosh.mit.edu -> mosh.org)Gravatar Keith Winstein2016-08-12
|
* Add options to prefer v4 or v6 on connect; make prefer-inet the default.Gravatar John Hood2016-07-10
| | | | Resolves #764, mostly.
* Add --experimental-remote-ip option.Gravatar John Hood2016-05-08
|
* Better, more flexible handling for IPv4/IPv6.Gravatar John Hood2016-03-30
| | | | | | | | Add --family=auto/all. Attempt connects to all available addresses. Working error handling. Fixes #629.
* mosh-server: Support timeouts on lost connectivity to network client.Gravatar John Hood2015-11-24
| | | | Closes #690.
* mosh: implement --local option for use without sshGravatar John Hood2015-10-03
|
* scripts/mosh: Allow IO::Socket::INET6 as an alternative to IO::Socket::IPGravatar Anders Kaseorg2015-05-28
| | | | | | | Some systems have IO::Socket::INET6 preinstalled, so we might as well accept either. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
* Better document mosh envars and escape-key machinery.Gravatar john hood2015-05-25
|
* scripts/mosh: Add -6 option to connect with IPv6Gravatar Anders Kaseorg2013-08-17
| | | | Signed-off-by: Anders Kaseorg <andersk@mit.edu>
* Rename --bind-ip to --bind-server, add =ANY option, add error checking.Gravatar Keith Winstein2013-04-28
| | | | Closes #415.
* mosh perl wrapper: New option --bind-ip={ssh|IP}Gravatar Philipp Haselwarter2013-04-28
| | | | | | Allow overriding the switch passed to mosh-server from -s to -i IP. Signed-off-by: Philipp Haselwarter <philipp@haselwarter.org>
* scripts/mosh: Add --no-init option to disable alternate screen modeGravatar Anders Kaseorg2013-03-10
| | | | | | Signed-off-by: Anders Kaseorg <andersk@mit.edu> Closes #384. Closes #2.
* Document new Ctrl-^ Ctrl-Z sequenceGravatar Keith Winstein2012-11-26
|
* Support port range as -p/--port PORT[:HIGHPORT].Gravatar Luke Mewburn2012-10-29
| | | | | | | | | | | | | Extend mosh and mosh-server to support parsing a high port from the desired_port argument. The first (low) port must not be greater than the second (high) port. If only one value is provided, behaviour is as before; bind to one port. Also tweak the formatting in mosh-server(1) synopsis to be consistent. This resolves mosh issue # 296. Signed-off-by: Luke Mewburn <luke@mewburn.net>
* Update man page and fix lintian warning.Gravatar Keith Winstein2012-04-16
|
* Document --ssh option in mosh(1) man page.Gravatar Keith Winstein2012-04-16
| | | | Closes #173.
* Convey locale-related environment variables as backup, and nicer error.Gravatar Keith Winstein2012-04-14
| | | | Fixes #74.
* Document new -v (verbose) server switch.Gravatar Keith Winstein2012-04-14
|
* Track icon name and window title separately. Implement MOSH_TITLE_NOPREFIXGravatar Keith Winstein2012-04-14
|
* Document Ctrl-^ . escape sequence.Gravatar Keith Winstein2012-04-03
|
* Fix hyphens stedda dashes in man pages (per lintian)Gravatar Keith Winstein2012-03-24
|
* Update documentation to version 1.1Gravatar Keith Winstein2012-03-22
|
* Add line break in mosh-client synopsisGravatar Keith Winstein2012-03-18
|
* Fixing text wrapping in man pagesGravatar Peter Iannucci2012-03-18
|
* Give mosh-client option to print number of colorsGravatar Keith Winstein2012-03-18
|
* Further clarify mosh man page (and help)Gravatar Keith Winstein2012-03-18
|
* Support command in mosh wrapper scriptGravatar Keith Winstein2012-03-18
|
* Update mosh-server man pageGravatar Keith Winstein2012-03-18
|
* Require at least one element of commandGravatar Keith Winstein2012-03-18
|
* Update man page for new command argument syntaxGravatar Keith Winstein2012-03-18
|
* mosh-server now takes command argumentGravatar Keith Winstein2012-03-17
|
* configure.ac: Add --enable-{client,server,examples}Gravatar Keegan McAllister2012-03-17
| | | | These default respectively to yes, yes, no.
* Revise man page example output to match new versionGravatar Keith Winstein2012-03-12
|
* Remove beta notice in man pagesGravatar Keith Winstein2012-03-12
|
* Update man pages to reflect port selection (closes #21 github issue)Gravatar Keith Winstein2012-03-10
|
* Add man pages (closes #7 github issue)Gravatar Keith Winstein2012-02-18