> From: John Daues [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 25, 2003 3:51 PM
> In the CVS manual, in section 2.9.2 Connecting with rsh, it says:
> ---
> For example, suppose you are the user `mozart' on the local machine
> `toe.example.com', and the server machine is `faun.example.org'. On
> faun, put the following line into the file `.rhosts' in `bach''s home
> directory:
>
> toe.example.com mozart
>
> Then test that `rsh' is working with
>
> rsh -l bach faun.example.org 'echo $PATH'
> ---
> Should the 2 occurences of "bach" be replaced with "mozart"?
> (or vice-versa). If not, who is bach?
> (there's a setup for a joke)
I believe that bach would be the username that you would use on
faun.example.org. Note the test command:
<SNIP>
rsh -l bach faun.example.org 'echo $PATH'
</SNIP>
You probably should not learn rsh from a CVS manual. Read the rsh manual page
on the system to which you will be connecting.
Better yet, visit http://openssh.org/manual.html and read up on ssh, which is
a more secure and less problematic remote connection method. Of course, you may not
be able to use this, but if you can, it is the better way to fly.
/|/|ike
_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs