I want to use 'scp' to copy files on my old Mandriva 2006 system
to my new PCLinux system. But 'scp' times out.
I can 'ping' from old Mandriva to new PCLinux, but I cannot 'ping'
from new PCLinux to old Mandriva. 'ssh' and 'scp' are installed on both
systems. 'ssh' works to connect either system to my web hosting site,
but I cannot 'ssh' connect between old Mandriva and new PCLinux.
What do I need to do to get 'ping' 'ssh' and 'scp' to work both directions?
$ ssh 192.158.0.68
ssh: connect to host 192.158.0.68 port 22: Connection timed out
$ ping 192.168.0.68:
PING 192.168.0.68 (192.168.0.68) 56(84) bytes of data.
64 bytes from 192.168.0.68: icmp_seq=1 ttl=64 time=0.298 ms
64 bytes from 192.168.0.68: icmp_seq=2 ttl=64 time=0.110 ms
$ scp -v testfile joe@192.168.0.68:
Executing: program /usr/bin/ssh host 192.168.0.68, user joe, command scp -v -t .
OpenSSH_4.2p1, OpenSSL 0.9.7g 11 Apr 2005
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to 192.168.0.68 [192.168.0.68] port 22.
debug1: connect to address 192.168.0.68 port 22: Connection refused
ssh: connect to host 192.168.0.68 port 22: Connection refused
lost connection