Paul Slootman writes:
> On Wed 08 Jul 2009, Harry Putnam wrote:
>>
>> But there is also a `last login' message that apparently doesn't
>> cause any problems... since rsync works now. I see the `last login'
>> message if I do a straight ssh ha...@harvey
>
> Do you see it with Jan-Benedict's
On Wed 08 Jul 2009, Harry Putnam wrote:
>
> But there is also a `last login' message that apparently doesn't
> cause any problems... since rsync works now. I see the `last login'
> message if I do a straight ssh ha...@harvey
Do you see it with Jan-Benedict's suggestion of "ssh ha...@harvey t
Jan-Benedict Glaw writes:
> Please try:
>
> ssh rea...@harvey true | xxd
>
> There should be no output at all. If there is, your shell is not
> clean, as rsync said. (That is, there might be something like a
> greeting message in non-interactive mode.)
Thanks... turned out to be an echo of $HOME
On Wed, 2009-07-08 12:21:55 -0500, Harry Putnam wrote:
> Can anyone tell me what is wrong in this picture with error output:
> rsync -nvviirp --inplace ha...@harvey:/cygdrive/c/Documents\ And\ Settings
> ./docs_settings_$(dtf)
> opening connection using ssh harvey -l harry rsync --server --sende
Can anyone tell me what is wrong in this picture with error output:
rsync -nvviirp --inplace ha...@harvey:/cygdrive/c/Documents\ And\ Settings
./docs_settings_$(dtf)
opening connection using ssh harvey -l harry rsync --server --sender -vvnpr
--inplace . "/cygdrive/c/Documents And Settings"
ha..