<div dir="ltr">On Sun, Aug 2, 2015 at 8:50 AM, john hood <span dir="ltr">&lt;<a href="mailto:cgull@glup.org" target="_blank">cgull@glup.org</a>&gt;</span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On 8/1/15 4:06 PM, Richard H. McCullough wrote:<br>
&gt; 1) I installed Cygwin mosh on Windows 8.1 Pro and Windows 10 Pro<br>
&gt;      I installed Homebrew  mosh on iMac OSX 10.10.4<br>
&gt;<br>
&gt; 2) From Win8.1 and Win10 Cygwin<br>
&gt;        ssh rhmimac       succeeds<br>
&gt;        mosh rhmimac   fails<br>
&gt;<br>
&gt; copy/paste from Win10 Cygwin terminal screen:<br>
&gt;<br>
&gt; rhm@lenovo7<br>
&gt; $ ssh rhmimac<br>
&gt; Warning: Permanently added the RSA host key for IP address<br>
&gt; &#39;192.168.1.71&#39; to the list of known hosts.<br>
&gt; Password:<br>
&gt; Last login: Sat Aug 1 12:24:27 2015 from levono7<br>
&gt; rhmimac:~ rhm$ pwd<br>
&gt; /Users/rhm<br>
&gt; rhmimac:~ rhm$ lf<br>
&gt; Applications/ Norton Zone/ brew.install.bison input.log share/<br>
&gt; Applications (Parallels)/ OLDbin/ brew.install.gtk-doc junk/ software/<br>
&gt; Desktop/ OLDunicon/ cyc/ lib/ src/<br>
&gt; Documents/ OneDrive/ db/ mKE 4-20-14, 4.32 AM.xcarchive/ sumo/<br>
&gt; Downloads/ Pictures/ family/ mac/ temp/<br>
&gt; Dropbox/ Public/ get-pip.py mactest/ test/<br>
&gt; Google Drive/ Snap2.jpg github/ mke.log toc.html<br>
&gt; KE/ Snap3.jpg gtest/ newtest/<br>
&gt; Library/ UNICON.3833/ include/ none.log<br>
&gt; Movies/ brew.config index.htm python/<br>
&gt; Music/ brew.doctor info/ rcyc/<br>
&gt; rhmimac:~ rhm$ which mosh<br>
&gt; /usr/local/bin/mosh<br>
&gt; rhmimac:~ rhm$ which mosh-server<br>
&gt; /usr/local/bin/mosh-server<br>
&gt; rhmimac:~ rhm$ exit;<br>
&gt; logout<br>
&gt; Connection to rhmimac closed.<br>
&gt;<br>
&gt;<br>
&gt; rhm@levono7 ~<br>
&gt; $ mosh rhmimac<br>
&gt; Password:<br>
&gt; bash: mosh-server: command not found<br>
&gt; Connection to rhmimac closed.<br>
&gt; /usr/bin/mosh: Did not find mosh server startup message.<br>
&gt; rhm@levono7 ~<br>
<br>
</div></div>As the error indicates, mosh-server was not found at startup.  That&#39;s<br>
because the program is installed as /usr/local/bin/mosh-server, but that<br>
directory is not included in the default PATH for login sessions.<br>
<br>
  mosh --server=/usr/local/bin/mosh-server rhimac<br>
<br>
should work, or you can set PATH to include this directory in your shell<br>
startup scripts.<br>
<br>
Also, the OS X firewall may pop up an allow/deny dialog the first time<br>
you try and run mosh-server, so you need to be at the Mac to click on it.<br>
<span class=""><br>
&gt; 3) from iMac OS X 10.10.4<br>
&gt;      ssh lenovo7        fails<br>
&gt;      mosh lenovo7   fails<br>
&gt;<br>
&gt; error messages from iMac OS X 10.10.4 terminal screen:<br>
&gt;<br>
&gt; rhmimac:~ rhm$ ssh lenovo7<br>
&gt; ssh: Could not resolve hostname lenovo7: nodename nor servname provided,<br>
&gt; or not known<br>
&gt; rhmimac:~rhm$ mosh lenovo7<br>
&gt; /usr/local/bin/mosh: Could not resolve hostname lenovo7<br>
&gt; ssh_exchange_identification: Connection closed by remote host<br>
&gt; /usr/local/bin/mosh: Did not find remoe IP address (is SSH ProxyCommand<br>
&gt; disabled?).<br>
&gt; rhmimac:~ rhm$<br>
<br>
</span>This has nothing to do with either ssh or mosh; your Mac simply isn&#39;t<br>
finding &#39;lenovo7&#39;.  The typescript of your ssh-to-rhimac session above<br>
suggests you might have a typo in its naming somewhere and it might be<br>
&#39;levono7&#39; on your network.  This seems to be a fairly common typo with<br>
the Lenovo name.<br>
<br>
regards,<br>
<br>
  --jh<br><br></blockquote><div><br></div><div>Hi John;</div><div><br></div><div>I&#39;ve been interacting with Richard off-list (I meant to cc: the list, but seems to have not worked).  We&#39;ve resolved the hostname issue (he dropped some manual entries into his /etc/hosts) and the --server was also successful already.</div><div><br></div><div>One final issue of a Windows7 not running SSH service (Connection Refused on tcp/22) -- I know it&#39;s no longer a Mosh issue, but do you guys know how Windows7 is supposed to have a ssh server running?  I didn&#39;t think it had a SSH server, which means Richard might be using some custom builder like a Brew or Ports collection.</div><div><br></div><div>Allan</div><div><br></div><div><span style="color:rgb(80,0,80);font-size:13px">-- </span><br style="color:rgb(80,0,80);font-size:13px"><div style="color:rgb(80,0,80);font-size:13px"><a href="mailto:allanc@chickenandporn.com" target="_blank">allanc@chickenandporn.com</a>  &quot;金鱼&quot; <a href="http://linkedin.com/in/goldfish" target="_blank">http://linkedin.com/in/goldfish</a></div></div></div>
</div></div>