Hi - we did start the SSH server on the computer with the source files. At the other computer (that needs the files) we typed:
# scp root@192.168.0.1:/home/neal/tarballs/* /home/kris
connection refused so we typed ssh -v root@192.168.0.1
here's what we got
Open SSH_3.1p1, SSH protocols 1.5/2.0, OpenSSL 0x0090602f
debug1: reading configuration data /etc/ssh/ssh_config
debug1: applying options for *
debug1: Rhosts authentication disabled, originating port will not be trusted
debug1: restore _uid
debug1: ssh_connect: getuid 0 geteuid 0 anon 1
debug1: connecting to 192.168.0.1 [192.168.0.1] port 22.
debug1: temporarily_use_uid: 0/0 [e=0]
debug1: restore_uid
debug1: temporarily_use_uid 0/0 [e=0]
ssh: connect to address 192.168.0.1 port 22 connection refused
debug1: restore_uid