info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: CVS Manual, section 2.9.2


From: Mike Ayers
Subject: RE: CVS Manual, section 2.9.2
Date: Tue, 25 Mar 2003 16:13:03 -0800

> From: John Daues [mailto:address@hidden
> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]