I tried rsync through ssh. Everything seems OK except that I don't have
any file written on the destination host....
So I tried "scp" to check my ssh config :
root@tuxlaptop /]# scp /root/*sh 192.168.1.5:/tmp
root@192.168.1.5's password:
backup.sh 100% 2531 4.6MB/s 00:00
googler.sh 100% 2398 4.8MB/s 00:00
linux_clean_up.sh 100% 1518 3.4MB/s 00:00
etc...
root@tuxlaptop /]#
The /tmp directory of the host 192.168.1.5 is EMPTY...
ssh works fine for connections tuxlaptop --> 192.168.1.5
Help appreciated, I'm really stuck..
Thanks.
M.
|