Jaeho Shin
d636845c8d
Display original command line argv via no-op flag.
...
Improves 679b819216 to make it simpler to
ignore mosh-client from OS X Terminal.app's "Ask before closing" process
list. (See: http://superuser.com/a/254647 )
Moreover, the command displayed from ps is a completely functional one,
which was not the case in the previous approach, that mangles `argv[0]`.
Fixes #742 .
2016-05-08 23:05:36 -04:00
John Hood
09bdc7caae
Enforce SHELL=/bin/sh for more reliable SSH proxy command.
2016-05-08 22:59:30 -04:00
John Hood
eb98976410
Add --experimental-remote-ip option.
2016-05-08 22:47:54 -04:00
John Hood
dbbed24d83
Use server's $SSH_CONNECTION if ProxyCommand isn't run.
...
This is an alternate way to resolve #417 without affecting
backward compatibility.
2016-03-30 23:52:19 -04:00
John Hood
9dbf3b366d
mosh.pl: use single quotes where appropriate
2016-03-30 23:52:19 -04:00
John Hood
389fc23205
Better, more flexible handling for IPv4/IPv6.
...
Add --family=auto/all.
Attempt connects to all available addresses.
Working error handling.
Fixes #629 .
2016-03-30 23:52:19 -04:00
John Hood
b742e958b6
mosh-server: Support timeouts on lost connectivity to network client.
...
Closes #690 .
2015-11-24 02:36:08 -05:00
Anders Kaseorg
f0f2aa7cce
mosh.pl: Run ssh directly instead of via sh
...
Signed-off-by: Anders Kaseorg <andersk@mit.edu >
2015-11-01 01:07:21 -04:00
John Hood
448f9f1bab
mosh: implement --local option for use without ssh
2015-10-03 03:43:18 -04:00
Anders Kaseorg
b58e750daf
scripts/mosh: Fix hang when remote closes the connection
...
Signed-off-by: Anders Kaseorg <andersk@mit.edu >
2015-05-28 23:41:57 -04:00
John Hood
9eeb2fbffa
mosh.pl: Add a better error message for IPV6 & Socket::IP.
2015-05-28 22:49:46 -04:00
Anders Kaseorg
e7903f0de2
scripts/mosh: Allow IO::Socket::INET6 as an alternative to IO::Socket::IP
...
Some systems have IO::Socket::INET6 preinstalled, so we might as well
accept either.
Signed-off-by: Anders Kaseorg <andersk@mit.edu >
2015-05-28 22:49:46 -04:00
John Hood
14bdd8f00f
mosh.pl: Make syntax valid before Makefile edits.
2015-05-28 22:49:46 -04:00
john hood
f3073bbe5d
Add git commit version info
2015-05-25 03:46:48 -04:00