<p dir="ltr">Are you running iptables? Are the computers on the same subnet or are the going through an external firewall?</p>
<div class="gmail_quote">On Jul 1, 2014 6:32 PM, "Michael Havens" <<a href="mailto:bmike1@gmail.com">bmike1@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div>discoveries:</div><div>Computer A</div><div>1- it will ping Computer B</div><div>2- It will telnet to Computer B</div><div>3- it will scp to Computer B if I use Host name rather than IP address</div>computer B<div>


1- it will ping computer A<div>2- it will not telnet  to Computer A</div><div>3- it will not scp to computer A using ipaddress or host name</div><div>4- discovered ssh service not enabled- ran 'sudo service ssh start'</div>


<div>5- still get a 'connection timed out' error</div></div><div>(I don't see why it would be listening on another port as I didn't configure it to listen on another port</div></div><div class="gmail_extra">


<br clear="all"><div>:-)~MIKE~(-:</div>
<br><br><div class="gmail_quote">On Tue, Jul 1, 2014 at 5:23 PM, Dennis Kibbe <span dir="ltr"><<a href="mailto:dennisk@sdf.lonestar.org" target="_blank">dennisk@sdf.lonestar.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div><div>Michael Havens <<a href="mailto:bmike1@gmail.com" target="_blank">bmike1@gmail.com</a>> writes:<br>
<br>
> Sorry enrique.... that was the quickest way I figured to describe it.<br>
> push = file user@ipadd:file<br>
> pull = computer <- user@ipadd:file<br>
><br>
> as for the server not running I could do it the other day..... now that is<br>
> weird! I mapped the IP address to a name in my router and it doesn't<br>
> recognize the IP address any longer. Cool! That is another way to make your<br>
> network more secure!<br>
><br>
> :-)~MIKE~(-:<br>
><br>
> On Tue, Jul 1, 2014 at 2:59 PM, <<a href="mailto:kitepilot@kitepilot.com" target="_blank">kitepilot@kitepilot.com</a>> wrote:<br>
><br>
>> Michael, don't be creative with the description of your problems, please<br>
>> translate:<br>
>><br>
>>> push a file to another computer<br>
>>> pull that file<br>
>>><br>
>><br>
>> The error:<br>
>><br>
>>> 'connection timed out'<br>
>>><br>
>> regularly means (assuming that both boxes can ping each-other) that the<br>
>> SSH server is not running.<br>
>> ET<br>
>><br>
>> Michael Havens writes:<br>
>><br>
>>> When I try to push a file to another computer  it says 'connection timed<br>
>>> out'. and when I try to pull that file it says that I entered the wrong<br>
>>> password.<br>
>>> What's wrong with this picture?<br>
>>> :-)~MIKE~(-:<br>
>>><br>
</div></div>Mike,<br>
<br>
Try some basic network troubleshooting.<br>
<br>
$ ping -c4 "ip add of server"<br>
<br>
Do you get a response?  If yes, then<br>
<br>
$ telnet "ip add of server" 22<br>
<br>
Is SSH listening on port 22?<br>
<br>
If not, then you need to figure out why.  Is the service not running?<br>
Is SSH listening on another port?<br>
<br>
Let us know what you discover.<br>
<br>
Dennisk<br>
<span><font color="#888888"><br>
--<br>
27 Years 1987-2014<br>
SDF Free Public Access UNIX System<br>
<a href="http://www.sdf.org" target="_blank">http://www.sdf.org</a><br>
</font></span><div><div>---------------------------------------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.org</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" target="_blank">http://lists.phxlinux.org/mailman/listinfo/plug-discuss</a><br>
</div></div></blockquote></div><br></div>
<br>---------------------------------------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org">PLUG-discuss@lists.phxlinux.org</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" target="_blank">http://lists.phxlinux.org/mailman/listinfo/plug-discuss</a><br></blockquote></div>