Re: Rsync: Re: password prompts

2001-04-07 Thread Mark W. Eichin
> >As for implementing ssh inside of rsync, I'd like to continue to reiterate > >what a bad idea I think that is. Security is enough pain without worrying Indeed, the biggest reason to use an external ssh program is that it makes security updates *someone else's* problem -- ideally someone who ca

Re: SSH with non-default key

2000-12-04 Thread Mark W. Eichin
>> -e "ssh -o'IdentityFile2 ~/.ssh/xxkey'" sure, that causes you to pass - o ' I d e n t i t y F i l e 2 ~ / . s s h / x x k e y ' (spaces inserted to emphasize the literal nature of the characters) as arg 1 to ssh; the ~ isn't going to get expanded, because you've quoted it sufficiently tha

Re: Builtin encryption support in rsync (was Re: I also am getting hang/timeout using rsync 2.4.6 -e ssh)

2000-11-03 Thread Mark W. Eichin
> converse among themselves. If data is buffered up into blocks they If you're using zlib on the streams you already *have* sufficient packetization...

Re: Builtin encryption support in rsync (was Re: I also am getting hang/timeout using rsync 2.4.6 -e ssh)

2000-10-30 Thread Mark W. Eichin
Instead of making up some hashing key-generation method, please look at RFC2104 "HMAC" (and the six or seven followup rfc's on specific instantiations.) Also, for rsync, I don't see why you'd particularly want a stream cipher (it isn't interactive, you have "large" packets to work with) and I mig

Re: action with open/modified files

2000-10-13 Thread Mark W. Eichin
Yes, at MIT we mount the backup volume as "OldFiles" in the user's homedir. Causes some confusion but far less than the load of actually doing tape restores would be...) The actual cloning is *sometimes* user visible in that starting certain operations will get delayed until the cloning finishes

Re: action with open/modified files

2000-10-13 Thread Mark W. Eichin
> inconsistent, right ? And we won't notice that the file being send > is inconsistent. rsync could stat the initial file after reading, and complain; actually, doesn't it do something like that already, ISTR it at least notices length changes... > Somewhere in the '80s, standards shifted. It's