Displaying 1 result from an estimated 1 matches for "lpaul".
Did you mean:
paul
2004 Feb 04
1
rsync ssh problem...
Hi all,
I keep getting the following error when trying to use ssh: (with rsync
2.5.7)
[root@drone2 root]# rsync --rsh="ssh -lpaul" clinton::
paul@clinton's password:
rsync: server sent "" rather than greeting
rsync error: error starting client-server protocol (code 5) at main.c(1043)
...while using root works! ie,
[root@drone2 root]# rsync --rsh="ssh -lroot" clinton::
root@clinton's passwo...