Re: scp problems

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Dennis Kibbe
Date:  
To: Main PLUG discussion list
Subject: Re: scp problems
Michael Havens <> writes:

> Sorry enrique.... that was the quickest way I figured to describe it.
> push = file user@ipadd:file
> pull = computer <- user@ipadd:file
>
> as for the server not running I could do it the other day..... now that is
> weird! I mapped the IP address to a name in my router and it doesn't
> recognize the IP address any longer. Cool! That is another way to make your
> network more secure!
>
> :-)~MIKE~(-:
>
> On Tue, Jul 1, 2014 at 2:59 PM, <> wrote:
>
>> Michael, don't be creative with the description of your problems, please
>> translate:
>>
>>> push a file to another computer
>>> pull that file
>>>
>>
>> The error:
>>
>>> 'connection timed out'
>>>
>> regularly means (assuming that both boxes can ping each-other) that the
>> SSH server is not running.
>> ET
>>
>> Michael Havens writes:
>>
>>> When I try to push a file to another computer it says 'connection timed
>>> out'. and when I try to pull that file it says that I entered the wrong
>>> password.
>>> What's wrong with this picture?
>>> :-)~MIKE~(-:
>>>

Mike,

Try some basic network troubleshooting.

$ ping -c4 "ip add of server"

Do you get a response? If yes, then

$ telnet "ip add of server" 22

Is SSH listening on port 22?

If not, then you need to figure out why. Is the service not running?
Is SSH listening on another port?

Let us know what you discover.

Dennisk

--
27 Years 1987-2014
SDF Free Public Access UNIX System
http://www.sdf.org
---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss