[7628] in Athena Bugs
Re: decmips 7.2R: rcp
daemon@ATHENA.MIT.EDU (Marc Horowitz)
Tue Jun 4 15:43:08 1991
To: Tom Coppeto <tom@MIT.EDU>
Cc: bugs@ATHENA.MIT.EDU
In-Reply-To: [7625] in Athena Bugs
Reply-To: Marc Horowitz <marc@MIT.EDU>
Date: Tue, 04 Jun 91 15:42:52 EDT
From: Marc Horowitz <marc@ATHENA.MIT.EDU>
>> What should have happened:
>> I'd like to be able to copy files directly between machines.
Unfortunately, when you do
rcp root@po2:/tmp/foo root@po1:/tmp/foo
all rcp does is
rsh po2 -l root rcp /tmp/foo root@po1:/tmp/foo
(I may have po1 and po2 reversed).
So, for this to work, you need tickets on po2. The other choice is to
make rcp able to act as an intermediary between the two hosts. For
now, you could rkinit, rcp, kdestroy. In krb5, I suppose this could
all be done right.
Marc